#2F6E16

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

Shades of Bilbao #2F6E16

Tints of Bilbao #2F6E16

Color information

#2F6E16 (or 0x2F6E16) is unknown color: approx Bilbao. HEX triplet: 2F, 6E and 16. RGB value is (47,110,22). Sum of RGB (Red+Green+Blue) = 47+110+22=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6E16 is #D091E9. Grayscale: #515151. Windows color (decimal): -13668842 or 1469999. OLE color: 1469999.

HSL color Cylindrical-coordinate representation of color #2F6E16: hue angle of 102.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6E16 is Cyan = 0.57, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB4711022-
CMYK0.5700.80.57
HSL102.95º66.67%25.88%-
HSV(B)102.95º80%43.14%-
XYZ6.8911.812.68-
YUV81.1394.63103.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 110 (43.36% from 255) = 61.45%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=26.26%
G=61.45%
B=12.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110220.5700.80.57102.9566.6725.88
Hex2F6E16390503967431a
Octal57156267101207114710332
Binary101111110111010110111001010100001110011100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,22); }

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

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

 a { background-color: rgb(47,110,22); }

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

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

 span { border-color: rgb(47,110,22); }

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