Shades of Bilbao #2F7018
Tints of Bilbao #2F7018
RGB
CMYK
RGB Variations
Color information
#2F7018 (or 0x2F7018) is known color: Bilbao. HEX triplet: 2F, 70 and 18. RGB value is (47,112,24). Sum of RGB (Red+Green+Blue) = 47+112+24=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7018 is #D08FE7. Grayscale: #525252. Windows color (decimal): -13668328 or 1601583. OLE color: 1601583.
HSL color Cylindrical-coordinate representation of color #2F7018: hue angle of 104.32º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7018 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 24 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.56 |
| HSL | 104.32º | 0.65% | 0.27% | - |
| HSV(B) | 104.32º | 0.79% | 0.44% | - |
| XYZ | 7.13 | 12.26 | 2.85 | - |
| YUV | 82.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 24 | 0.58 | 0 | 0.79 | 0.56 | 104.32 | 0.65 | 0.27 |
| Hex | 2F | 70 | 18 | 3A | 0 | 4F | 38 | 68 | 41 | 1B |
| Octal | 57 | 160 | 30 | 72 | 0 | 117 | 70 | 150 | 101 | 33 |
| Binary | 101111 | 1110000 | 11000 | 111010 | 0 | 1001111 | 111000 | 1101000 | 1000001 | 11011 |
Color Harmonies of #2F7018
Complementary color
Monochromatic Colors of #2F7018
Black with #2F7018
Text Example
Text Example
White with #2F7018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7018; }
p { color: rgb(47,112,24); }
H1.HeaderClassName
{
color: #2F7018;
}
.AnyTagClassName
{
color: #2F7018;
}
</style>
background-color css
<style>
a { background-color: #2F7018; }
a { background-color: rgb(47,112,24); }
div.DivClassName
{
background-color: #2F7018;
}
.BgClassName
{
background-color: #2F7018;
}
</style>
border-color css
<style>
span { border-color: #2F7018; }
span { border-color: rgb(47,112,24); }
td.TdClassName
{
border-color: #2F7018;
}
.TagClassName
{
border-color: #2F7018;
}
</style>