Shades of Bilbao #2F6902
Tints of Bilbao #2F6902
RGB
CMYK
RGB Variations
Color information
#2F6902 (or 0x2F6902) is known color: Bilbao. HEX triplet: 2F, 69 and 02. RGB value is (47,105,2). Sum of RGB (Red+Green+Blue) = 47+105+2=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6902 is #D096FD. Grayscale: #4C4C4C. Windows color (decimal): -13670142 or 157999. OLE color: 157999.
HSL color Cylindrical-coordinate representation of color #2F6902: hue angle of 93.79º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F6902 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.59 |
| HSL | 93.79º | 0.96% | 0.21% | - |
| HSV(B) | 93.79º | 0.98% | 0.41% | - |
| XYZ | 6.23 | 10.71 | 1.8 | - |
| YUV | 75.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 2 | 0.55 | 0 | 0.98 | 0.59 | 93.79 | 0.96 | 0.21 |
| Hex | 2F | 69 | 2 | 37 | 0 | 62 | 3B | 5E | 60 | 15 |
| Octal | 57 | 151 | 2 | 67 | 0 | 142 | 73 | 136 | 140 | 25 |
| Binary | 101111 | 1101001 | 10 | 110111 | 0 | 1100010 | 111011 | 1011110 | 1100000 | 10101 |
Color Harmonies of #2F6902
Complementary color
Monochromatic Colors of #2F6902
Black with #2F6902
Text Example
Text Example
White with #2F6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6902; }
p { color: rgb(47,105,2); }
H1.HeaderClassName
{
color: #2F6902;
}
.AnyTagClassName
{
color: #2F6902;
}
</style>
background-color css
<style>
a { background-color: #2F6902; }
a { background-color: rgb(47,105,2); }
div.DivClassName
{
background-color: #2F6902;
}
.BgClassName
{
background-color: #2F6902;
}
</style>
border-color css
<style>
span { border-color: #2F6902; }
span { border-color: rgb(47,105,2); }
td.TdClassName
{
border-color: #2F6902;
}
.TagClassName
{
border-color: #2F6902;
}
</style>