Shades of Bilbao #2E7E14
Tints of Bilbao #2E7E14
RGB
CMYK
RGB Variations
Color information
#2E7E14 (or 0x2E7E14) is known color: Bilbao. HEX triplet: 2E, 7E and 14. RGB value is (46,126,20). Sum of RGB (Red+Green+Blue) = 46+126+20=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 126 (49.61% from 255 or 65.62% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 126 - color contains mainly: green. Hex color #2E7E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7E14 is #D181EB. Grayscale: #5A5A5A. Windows color (decimal): -13730284 or 1343022. OLE color: 1343022.
HSL color Cylindrical-coordinate representation of color #2E7E14: hue angle of 105.28º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E7E14 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 126 | 20 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.51 |
| HSL | 105.28º | 0.73% | 0.29% | - |
| HSV(B) | 105.28º | 0.84% | 0.49% | - |
| XYZ | 8.71 | 15.55 | 3.2 | - |
| YUV | 90 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 20 | 0.63 | 0 | 0.84 | 0.51 | 105.28 | 0.73 | 0.29 |
| Hex | 2E | 7E | 14 | 3F | 0 | 54 | 33 | 69 | 49 | 1D |
| Octal | 56 | 176 | 24 | 77 | 0 | 124 | 63 | 151 | 111 | 35 |
| Binary | 101110 | 1111110 | 10100 | 111111 | 0 | 1010100 | 110011 | 1101001 | 1001001 | 11101 |
Color Harmonies of #2E7E14
Complementary color
Monochromatic Colors of #2E7E14
Black with #2E7E14
Text Example
Text Example
White with #2E7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E14; }
p { color: rgb(46,126,20); }
H1.HeaderClassName
{
color: #2E7E14;
}
.AnyTagClassName
{
color: #2E7E14;
}
</style>
background-color css
<style>
a { background-color: #2E7E14; }
a { background-color: rgb(46,126,20); }
div.DivClassName
{
background-color: #2E7E14;
}
.BgClassName
{
background-color: #2E7E14;
}
</style>
border-color css
<style>
span { border-color: #2E7E14; }
span { border-color: rgb(46,126,20); }
td.TdClassName
{
border-color: #2E7E14;
}
.TagClassName
{
border-color: #2E7E14;
}
</style>