Shades of Bilbao #2F7F20
Tints of Bilbao #2F7F20
RGB
CMYK
RGB Variations
Color information
#2F7F20 (or 0x2F7F20) is known color: Bilbao. HEX triplet: 2F, 7F and 20. RGB value is (47,127,32). Sum of RGB (Red+Green+Blue) = 47+127+32=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7F20 is #D080DF. Grayscale: #5C5C5C. Windows color (decimal): -13664480 or 2129711. OLE color: 2129711.
HSL color Cylindrical-coordinate representation of color #2F7F20: hue angle of 110.53º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7F20 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 127 | 32 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.50 |
| HSL | 110.53º | 0.6% | 0.31% | - |
| HSV(B) | 110.53º | 0.75% | 0.5% | - |
| XYZ | 9.02 | 15.89 | 3.96 | - |
| YUV | 92.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 32 | 0.63 | 0 | 0.75 | 0.50 | 110.53 | 0.6 | 0.31 |
| Hex | 2F | 7F | 20 | 3F | 0 | 4B | 32 | 6F | 3C | 1F |
| Octal | 57 | 177 | 40 | 77 | 0 | 113 | 62 | 157 | 74 | 37 |
| Binary | 101111 | 1111111 | 100000 | 111111 | 0 | 1001011 | 110010 | 1101111 | 111100 | 11111 |
Color Harmonies of #2F7F20
Complementary color
Monochromatic Colors of #2F7F20
Black with #2F7F20
Text Example
Text Example
White with #2F7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7F20; }
p { color: rgb(47,127,32); }
H1.HeaderClassName
{
color: #2F7F20;
}
.AnyTagClassName
{
color: #2F7F20;
}
</style>
background-color css
<style>
a { background-color: #2F7F20; }
a { background-color: rgb(47,127,32); }
div.DivClassName
{
background-color: #2F7F20;
}
.BgClassName
{
background-color: #2F7F20;
}
</style>
border-color css
<style>
span { border-color: #2F7F20; }
span { border-color: rgb(47,127,32); }
td.TdClassName
{
border-color: #2F7F20;
}
.TagClassName
{
border-color: #2F7F20;
}
</style>