Shades of Bilbao #2F6B0F
Tints of Bilbao #2F6B0F
RGB
CMYK
RGB Variations
Color information
#2F6B0F (or 0x2F6B0F) is known color: Bilbao. HEX triplet: 2F, 6B and 0F. RGB value is (47,107,15). Sum of RGB (Red+Green+Blue) = 47+107+15=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6B0F is #D094F0. Grayscale: #4E4E4E. Windows color (decimal): -13669617 or 1010479. OLE color: 1010479.
HSL color Cylindrical-coordinate representation of color #2F6B0F: hue angle of 99.13º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F6B0F is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 107 | 15 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.58 |
| HSL | 99.13º | 0.75% | 0.24% | - |
| HSV(B) | 99.13º | 0.86% | 0.42% | - |
| XYZ | 6.52 | 11.15 | 2.26 | - |
| YUV | 78.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 15 | 0.56 | 0 | 0.86 | 0.58 | 99.13 | 0.75 | 0.24 |
| Hex | 2F | 6B | F | 38 | 0 | 56 | 3A | 63 | 4B | 18 |
| Octal | 57 | 153 | 17 | 70 | 0 | 126 | 72 | 143 | 113 | 30 |
| Binary | 101111 | 1101011 | 1111 | 111000 | 0 | 1010110 | 111010 | 1100011 | 1001011 | 11000 |
Color Harmonies of #2F6B0F
Complementary color
Monochromatic Colors of #2F6B0F
Black with #2F6B0F
Text Example
Text Example
White with #2F6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6B0F; }
p { color: rgb(47,107,15); }
H1.HeaderClassName
{
color: #2F6B0F;
}
.AnyTagClassName
{
color: #2F6B0F;
}
</style>
background-color css
<style>
a { background-color: #2F6B0F; }
a { background-color: rgb(47,107,15); }
div.DivClassName
{
background-color: #2F6B0F;
}
.BgClassName
{
background-color: #2F6B0F;
}
</style>
border-color css
<style>
span { border-color: #2F6B0F; }
span { border-color: rgb(47,107,15); }
td.TdClassName
{
border-color: #2F6B0F;
}
.TagClassName
{
border-color: #2F6B0F;
}
</style>