Shades of Bilbao #2F7F19
Tints of Bilbao #2F7F19
RGB
CMYK
RGB Variations
Color information
#2F7F19 (or 0x2F7F19) is known color: Bilbao. HEX triplet: 2F, 7F and 19. RGB value is (47,127,25). Sum of RGB (Red+Green+Blue) = 47+127+25=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7F19 is #D080E6. Grayscale: #5B5B5B. Windows color (decimal): -13664487 or 1670959. OLE color: 1670959.
HSL color Cylindrical-coordinate representation of color #2F7F19: hue angle of 107.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7F19 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 127 | 25 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.50 |
| HSL | 107.06º | 0.67% | 0.3% | - |
| HSV(B) | 107.06º | 0.8% | 0.5% | - |
| XYZ | 8.94 | 15.85 | 3.51 | - |
| YUV | 91.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 25 | 0.63 | 0 | 0.80 | 0.50 | 107.06 | 0.67 | 0.3 |
| Hex | 2F | 7F | 19 | 3F | 0 | 50 | 32 | 6B | 43 | 1E |
| Octal | 57 | 177 | 31 | 77 | 0 | 120 | 62 | 153 | 103 | 36 |
| Binary | 101111 | 1111111 | 11001 | 111111 | 0 | 1010000 | 110010 | 1101011 | 1000011 | 11110 |
Color Harmonies of #2F7F19
Complementary color
Monochromatic Colors of #2F7F19
Black with #2F7F19
Text Example
Text Example
White with #2F7F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7F19; }
p { color: rgb(47,127,25); }
H1.HeaderClassName
{
color: #2F7F19;
}
.AnyTagClassName
{
color: #2F7F19;
}
</style>
background-color css
<style>
a { background-color: #2F7F19; }
a { background-color: rgb(47,127,25); }
div.DivClassName
{
background-color: #2F7F19;
}
.BgClassName
{
background-color: #2F7F19;
}
</style>
border-color css
<style>
span { border-color: #2F7F19; }
span { border-color: rgb(47,127,25); }
td.TdClassName
{
border-color: #2F7F19;
}
.TagClassName
{
border-color: #2F7F19;
}
</style>