#2F6A18

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

Shades of Bilbao #2F6A18

Tints of Bilbao #2F6A18

Color information

#2F6A18 (or 0x2F6A18) is unknown color: approx Bilbao. HEX triplet: 2F, 6A and 18. RGB value is (47,106,24). Sum of RGB (Red+Green+Blue) = 47+106+24=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6A18 is #D095E7. Grayscale: #4F4F4F. Windows color (decimal): -13669864 or 1600047. OLE color: 1600047.

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

Color convert

RGB4710624-
CMYK0.5600.770.58
HSL103.17º63.08%25.49%-
HSV(B)103.17º77.36%41.57%-
XYZ6.4910.982.64-
YUV79.0196.95105.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 106 (41.80% from 255) = 59.89%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=26.55%
G=59.89%
B=13.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47106240.5600.770.58103.1763.0825.49
Hex2F6A183804D3A673f19
Octal5715230700115721477731
Binary10111111010101100011100001001101111010110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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