Shades of Bilbao #2F7E21
Tints of Bilbao #2F7E21
RGB
CMYK
RGB Variations
Color information
#2F7E21 (or 0x2F7E21) is known color: Bilbao. HEX triplet: 2F, 7E and 21. RGB value is (47,126,33). Sum of RGB (Red+Green+Blue) = 47+126+33=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7E21 is #D081DE. Grayscale: #5C5C5C. Windows color (decimal): -13664735 or 2194991. OLE color: 2194991.
HSL color Cylindrical-coordinate representation of color #2F7E21: hue angle of 110.97º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F7E21 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 126 | 33 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.51 |
| HSL | 110.97º | 0.58% | 0.31% | - |
| HSV(B) | 110.97º | 0.74% | 0.49% | - |
| XYZ | 8.91 | 15.64 | 3.99 | - |
| YUV | 91.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 126 | 33 | 0.63 | 0 | 0.74 | 0.51 | 110.97 | 0.58 | 0.31 |
| Hex | 2F | 7E | 21 | 3F | 0 | 4A | 33 | 6F | 3A | 1F |
| Octal | 57 | 176 | 41 | 77 | 0 | 112 | 63 | 157 | 72 | 37 |
| Binary | 101111 | 1111110 | 100001 | 111111 | 0 | 1001010 | 110011 | 1101111 | 111010 | 11111 |
Color Harmonies of #2F7E21
Complementary color
Monochromatic Colors of #2F7E21
Black with #2F7E21
Text Example
Text Example
White with #2F7E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7E21; }
p { color: rgb(47,126,33); }
H1.HeaderClassName
{
color: #2F7E21;
}
.AnyTagClassName
{
color: #2F7E21;
}
</style>
background-color css
<style>
a { background-color: #2F7E21; }
a { background-color: rgb(47,126,33); }
div.DivClassName
{
background-color: #2F7E21;
}
.BgClassName
{
background-color: #2F7E21;
}
</style>
border-color css
<style>
span { border-color: #2F7E21; }
span { border-color: rgb(47,126,33); }
td.TdClassName
{
border-color: #2F7E21;
}
.TagClassName
{
border-color: #2F7E21;
}
</style>