Shades of Bilbao #2F6E0F
Tints of Bilbao #2F6E0F
RGB
CMYK
RGB Variations
Color information
#2F6E0F (or 0x2F6E0F) is known color: Bilbao. HEX triplet: 2F, 6E and 0F. RGB value is (47,110,15). Sum of RGB (Red+Green+Blue) = 47+110+15=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6E0F is #D091F0. Grayscale: #505050. Windows color (decimal): -13668849 or 1011247. OLE color: 1011247.
HSL color Cylindrical-coordinate representation of color #2F6E0F: hue angle of 99.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F6E0F is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 110 | 15 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.57 |
| HSL | 99.79º | 0.76% | 0.25% | - |
| HSV(B) | 99.79º | 0.86% | 0.43% | - |
| XYZ | 6.83 | 11.79 | 2.37 | - |
| YUV | 80.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 15 | 0.57 | 0 | 0.86 | 0.57 | 99.79 | 0.76 | 0.25 |
| Hex | 2F | 6E | F | 39 | 0 | 56 | 39 | 64 | 4C | 19 |
| Octal | 57 | 156 | 17 | 71 | 0 | 126 | 71 | 144 | 114 | 31 |
| Binary | 101111 | 1101110 | 1111 | 111001 | 0 | 1010110 | 111001 | 1100100 | 1001100 | 11001 |
Color Harmonies of #2F6E0F
Complementary color
Monochromatic Colors of #2F6E0F
Black with #2F6E0F
Text Example
Text Example
White with #2F6E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6E0F; }
p { color: rgb(47,110,15); }
H1.HeaderClassName
{
color: #2F6E0F;
}
.AnyTagClassName
{
color: #2F6E0F;
}
</style>
background-color css
<style>
a { background-color: #2F6E0F; }
a { background-color: rgb(47,110,15); }
div.DivClassName
{
background-color: #2F6E0F;
}
.BgClassName
{
background-color: #2F6E0F;
}
</style>
border-color css
<style>
span { border-color: #2F6E0F; }
span { border-color: rgb(47,110,15); }
td.TdClassName
{
border-color: #2F6E0F;
}
.TagClassName
{
border-color: #2F6E0F;
}
</style>