Shades of Bilbao #2F6817
Tints of Bilbao #2F6817
RGB
CMYK
RGB Variations
Color information
#2F6817 (or 0x2F6817) is known color: Bilbao. HEX triplet: 2F, 68 and 17. RGB value is (47,104,23). Sum of RGB (Red+Green+Blue) = 47+104+23=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6817 is #D097E8. Grayscale: #4D4D4D. Windows color (decimal): -13670377 or 1533999. OLE color: 1533999.
HSL color Cylindrical-coordinate representation of color #2F6817: hue angle of 102.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F6817 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 23 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.59 |
| HSL | 102.22º | 0.64% | 0.25% | - |
| HSV(B) | 102.22º | 0.78% | 0.41% | - |
| XYZ | 6.28 | 10.57 | 2.52 | - |
| YUV | 77.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 23 | 0.55 | 0 | 0.78 | 0.59 | 102.22 | 0.64 | 0.25 |
| Hex | 2F | 68 | 17 | 37 | 0 | 4E | 3B | 66 | 40 | 19 |
| Octal | 57 | 150 | 27 | 67 | 0 | 116 | 73 | 146 | 100 | 31 |
| Binary | 101111 | 1101000 | 10111 | 110111 | 0 | 1001110 | 111011 | 1100110 | 1000000 | 11001 |
Color Harmonies of #2F6817
Complementary color
Monochromatic Colors of #2F6817
Black with #2F6817
Text Example
Text Example
White with #2F6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6817; }
p { color: rgb(47,104,23); }
H1.HeaderClassName
{
color: #2F6817;
}
.AnyTagClassName
{
color: #2F6817;
}
</style>
background-color css
<style>
a { background-color: #2F6817; }
a { background-color: rgb(47,104,23); }
div.DivClassName
{
background-color: #2F6817;
}
.BgClassName
{
background-color: #2F6817;
}
</style>
border-color css
<style>
span { border-color: #2F6817; }
span { border-color: rgb(47,104,23); }
td.TdClassName
{
border-color: #2F6817;
}
.TagClassName
{
border-color: #2F6817;
}
</style>