Shades of Bilbao #2F7E1E
Tints of Bilbao #2F7E1E
RGB
CMYK
RGB Variations
Color information
#2F7E1E (or 0x2F7E1E) is known color: Bilbao. HEX triplet: 2F, 7E and 1E. RGB value is (47,126,30). Sum of RGB (Red+Green+Blue) = 47+126+30=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7E1E is #D081E1. Grayscale: #5B5B5B. Windows color (decimal): -13664738 or 1998383. OLE color: 1998383.
HSL color Cylindrical-coordinate representation of color #2F7E1E: hue angle of 109.38º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F7E1E is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 126 | 30 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.51 |
| HSL | 109.38º | 0.62% | 0.31% | - |
| HSV(B) | 109.38º | 0.76% | 0.49% | - |
| XYZ | 8.87 | 15.62 | 3.78 | - |
| YUV | 91.44 | 93.33 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 126 | 30 | 0.63 | 0 | 0.76 | 0.51 | 109.38 | 0.62 | 0.31 |
| Hex | 2F | 7E | 1E | 3F | 0 | 4C | 33 | 6D | 3E | 1F |
| Octal | 57 | 176 | 36 | 77 | 0 | 114 | 63 | 155 | 76 | 37 |
| Binary | 101111 | 1111110 | 11110 | 111111 | 0 | 1001100 | 110011 | 1101101 | 111110 | 11111 |
Color Harmonies of #2F7E1E
Complementary color
Monochromatic Colors of #2F7E1E
Black with #2F7E1E
Text Example
Text Example
White with #2F7E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7E1E; }
p { color: rgb(47,126,30); }
H1.HeaderClassName
{
color: #2F7E1E;
}
.AnyTagClassName
{
color: #2F7E1E;
}
</style>
background-color css
<style>
a { background-color: #2F7E1E; }
a { background-color: rgb(47,126,30); }
div.DivClassName
{
background-color: #2F7E1E;
}
.BgClassName
{
background-color: #2F7E1E;
}
</style>
border-color css
<style>
span { border-color: #2F7E1E; }
span { border-color: rgb(47,126,30); }
td.TdClassName
{
border-color: #2F7E1E;
}
.TagClassName
{
border-color: #2F7E1E;
}
</style>