Shades of Bilbao #2F7017
Tints of Bilbao #2F7017
RGB
CMYK
RGB Variations
Color information
#2F7017 (or 0x2F7017) is known color: Bilbao. HEX triplet: 2F, 70 and 17. RGB value is (47,112,23). Sum of RGB (Red+Green+Blue) = 47+112+23=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7017 is #D08FE8. Grayscale: #525252. Windows color (decimal): -13668329 or 1536047. OLE color: 1536047.
HSL color Cylindrical-coordinate representation of color #2F7017: hue angle of 103.82º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7017 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 23 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.56 |
| HSL | 103.82º | 0.66% | 0.26% | - |
| HSV(B) | 103.82º | 0.79% | 0.44% | - |
| XYZ | 7.12 | 12.25 | 2.8 | - |
| YUV | 82.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 23 | 0.58 | 0 | 0.79 | 0.56 | 103.82 | 0.66 | 0.26 |
| Hex | 2F | 70 | 17 | 3A | 0 | 4F | 38 | 68 | 42 | 1A |
| Octal | 57 | 160 | 27 | 72 | 0 | 117 | 70 | 150 | 102 | 32 |
| Binary | 101111 | 1110000 | 10111 | 111010 | 0 | 1001111 | 111000 | 1101000 | 1000010 | 11010 |
Color Harmonies of #2F7017
Complementary color
Monochromatic Colors of #2F7017
Black with #2F7017
Text Example
Text Example
White with #2F7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7017; }
p { color: rgb(47,112,23); }
H1.HeaderClassName
{
color: #2F7017;
}
.AnyTagClassName
{
color: #2F7017;
}
</style>
background-color css
<style>
a { background-color: #2F7017; }
a { background-color: rgb(47,112,23); }
div.DivClassName
{
background-color: #2F7017;
}
.BgClassName
{
background-color: #2F7017;
}
</style>
border-color css
<style>
span { border-color: #2F7017; }
span { border-color: rgb(47,112,23); }
td.TdClassName
{
border-color: #2F7017;
}
.TagClassName
{
border-color: #2F7017;
}
</style>