#2F7709

Color #2F7709 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #2F7709

Tints of Bilbao #2F7709

Color information

#2F7709 (or 0x2F7709) is unknown color: approx Bilbao. HEX triplet: 2F, 77 and 09. RGB value is (47,119,9). Sum of RGB (Red+Green+Blue) = 47+119+9=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7709 is #D088F6. Grayscale: #555555. Windows color (decimal): -13666551 or 620335. OLE color: 620335.

HSL color Cylindrical-coordinate representation of color #2F7709: hue angle of 99.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F7709 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB471199-
CMYK0.6100.920.53
HSL99.27º85.94%25.1%-
HSV(B)99.27º92.44%46.67%-
XYZ7.8213.822.51-
YUV84.9385.15100.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=26.86%
G=68%
B=5.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4711990.6100.920.5399.2785.9425.1
Hex2F7793D05C35635619
Octal57167117501346514312631
Binary10111111101111001111101010111001101011100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7709; }

 p { color: rgb(47,119,9); }

 H1.HeaderClassName
 {
   color: #2F7709;
 }
 .AnyTagClassName
 {
   color: #2F7709;
 }
</style>
background-color css

<style>
 a { background-color: #2F7709; }

 a { background-color: rgb(47,119,9); }

 div.DivClassName
 {
   background-color: #2F7709;
 }
 .BgClassName
 {
   background-color: #2F7709;
 }
</style>
border-color css

<style>
 span { border-color: #2F7709; }

 span { border-color: rgb(47,119,9); }

 td.TdClassName
 {
   border-color: #2F7709;
 }
 .TagClassName
 {
   border-color: #2F7709;
 }
</style>