Shades of Bilbao #2F7A19
Tints of Bilbao #2F7A19
RGB
CMYK
RGB Variations
Color information
#2F7A19 (or 0x2F7A19) is known color: Bilbao. HEX triplet: 2F, 7A and 19. RGB value is (47,122,25). Sum of RGB (Red+Green+Blue) = 47+122+25=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7A19 is #D085E6. Grayscale: #585858. Windows color (decimal): -13665767 or 1669679. OLE color: 1669679.
HSL color Cylindrical-coordinate representation of color #2F7A19: hue angle of 106.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7A19 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 25 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.52 |
| HSL | 106.39º | 0.66% | 0.29% | - |
| HSV(B) | 106.39º | 0.8% | 0.48% | - |
| XYZ | 8.31 | 14.59 | 3.3 | - |
| YUV | 88.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 25 | 0.61 | 0 | 0.80 | 0.52 | 106.39 | 0.66 | 0.29 |
| Hex | 2F | 7A | 19 | 3D | 0 | 50 | 34 | 6A | 42 | 1D |
| Octal | 57 | 172 | 31 | 75 | 0 | 120 | 64 | 152 | 102 | 35 |
| Binary | 101111 | 1111010 | 11001 | 111101 | 0 | 1010000 | 110100 | 1101010 | 1000010 | 11101 |
Color Harmonies of #2F7A19
Complementary color
Monochromatic Colors of #2F7A19
Black with #2F7A19
Text Example
Text Example
White with #2F7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A19; }
p { color: rgb(47,122,25); }
H1.HeaderClassName
{
color: #2F7A19;
}
.AnyTagClassName
{
color: #2F7A19;
}
</style>
background-color css
<style>
a { background-color: #2F7A19; }
a { background-color: rgb(47,122,25); }
div.DivClassName
{
background-color: #2F7A19;
}
.BgClassName
{
background-color: #2F7A19;
}
</style>
border-color css
<style>
span { border-color: #2F7A19; }
span { border-color: rgb(47,122,25); }
td.TdClassName
{
border-color: #2F7A19;
}
.TagClassName
{
border-color: #2F7A19;
}
</style>