#2F6A12

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

Shades of Bilbao #2F6A12

Tints of Bilbao #2F6A12

Color information

#2F6A12 (or 0x2F6A12) is unknown color: approx Bilbao. HEX triplet: 2F, 6A and 12. RGB value is (47,106,18). Sum of RGB (Red+Green+Blue) = 47+106+18=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6A12 is #D095ED. Grayscale: #4E4E4E. Windows color (decimal): -13669870 or 1206831. OLE color: 1206831.

HSL color Cylindrical-coordinate representation of color #2F6A12: hue angle of 100.23º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F6A12 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB4710618-
CMYK0.5600.830.58
HSL100.23º70.97%24.31%-
HSV(B)100.23º83.02%41.57%-
XYZ6.4410.962.35-
YUV78.3393.95105.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.49%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=27.49%
G=61.99%
B=10.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47106180.5600.830.58100.2370.9724.31
Hex2F6A12380533A644718
Octal57152227001237214410730
Binary101111110101010010111000010100111110101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,106,18); }

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

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

 a { background-color: rgb(47,106,18); }

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

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

 span { border-color: rgb(47,106,18); }

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