Shades of Bilbao #2F7A17
Tints of Bilbao #2F7A17
RGB
CMYK
RGB Variations
Color information
#2F7A17 (or 0x2F7A17) is known color: Bilbao. HEX triplet: 2F, 7A and 17. RGB value is (47,122,23). Sum of RGB (Red+Green+Blue) = 47+122+23=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7A17 is #D085E8. Grayscale: #585858. Windows color (decimal): -13665769 or 1538607. OLE color: 1538607.
HSL color Cylindrical-coordinate representation of color #2F7A17: hue angle of 105.45º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7A17 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 23 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.52 |
| HSL | 105.45º | 0.68% | 0.28% | - |
| HSV(B) | 105.45º | 0.81% | 0.48% | - |
| XYZ | 8.29 | 14.59 | 3.19 | - |
| YUV | 88.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 23 | 0.61 | 0 | 0.81 | 0.52 | 105.45 | 0.68 | 0.28 |
| Hex | 2F | 7A | 17 | 3D | 0 | 51 | 34 | 69 | 44 | 1C |
| Octal | 57 | 172 | 27 | 75 | 0 | 121 | 64 | 151 | 104 | 34 |
| Binary | 101111 | 1111010 | 10111 | 111101 | 0 | 1010001 | 110100 | 1101001 | 1000100 | 11100 |
Color Harmonies of #2F7A17
Complementary color
Monochromatic Colors of #2F7A17
Black with #2F7A17
Text Example
Text Example
White with #2F7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A17; }
p { color: rgb(47,122,23); }
H1.HeaderClassName
{
color: #2F7A17;
}
.AnyTagClassName
{
color: #2F7A17;
}
</style>
background-color css
<style>
a { background-color: #2F7A17; }
a { background-color: rgb(47,122,23); }
div.DivClassName
{
background-color: #2F7A17;
}
.BgClassName
{
background-color: #2F7A17;
}
</style>
border-color css
<style>
span { border-color: #2F7A17; }
span { border-color: rgb(47,122,23); }
td.TdClassName
{
border-color: #2F7A17;
}
.TagClassName
{
border-color: #2F7A17;
}
</style>