Shades of Bilbao #2F7A14
Tints of Bilbao #2F7A14
RGB
CMYK
RGB Variations
Color information
#2F7A14 (or 0x2F7A14) is known color: Bilbao. HEX triplet: 2F, 7A and 14. RGB value is (47,122,20). Sum of RGB (Red+Green+Blue) = 47+122+20=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7A14 is #D085EB. Grayscale: #585858. Windows color (decimal): -13665772 or 1341999. OLE color: 1341999.
HSL color Cylindrical-coordinate representation of color #2F7A14: hue angle of 104.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F7A14 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 20 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.52 |
| HSL | 104.12º | 0.72% | 0.28% | - |
| HSV(B) | 104.12º | 0.84% | 0.48% | - |
| XYZ | 8.26 | 14.57 | 3.04 | - |
| YUV | 87.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 20 | 0.61 | 0 | 0.84 | 0.52 | 104.12 | 0.72 | 0.28 |
| Hex | 2F | 7A | 14 | 3D | 0 | 54 | 34 | 68 | 48 | 1C |
| Octal | 57 | 172 | 24 | 75 | 0 | 124 | 64 | 150 | 110 | 34 |
| Binary | 101111 | 1111010 | 10100 | 111101 | 0 | 1010100 | 110100 | 1101000 | 1001000 | 11100 |
Color Harmonies of #2F7A14
Complementary color
Monochromatic Colors of #2F7A14
Black with #2F7A14
Text Example
Text Example
White with #2F7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A14; }
p { color: rgb(47,122,20); }
H1.HeaderClassName
{
color: #2F7A14;
}
.AnyTagClassName
{
color: #2F7A14;
}
</style>
background-color css
<style>
a { background-color: #2F7A14; }
a { background-color: rgb(47,122,20); }
div.DivClassName
{
background-color: #2F7A14;
}
.BgClassName
{
background-color: #2F7A14;
}
</style>
border-color css
<style>
span { border-color: #2F7A14; }
span { border-color: rgb(47,122,20); }
td.TdClassName
{
border-color: #2F7A14;
}
.TagClassName
{
border-color: #2F7A14;
}
</style>