Shades of Bilbao #2E7A19
Tints of Bilbao #2E7A19
RGB
CMYK
RGB Variations
Color information
#2E7A19 (or 0x2E7A19) is known color: Bilbao. HEX triplet: 2E, 7A and 19. RGB value is (46,122,25). Sum of RGB (Red+Green+Blue) = 46+122+25=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7A19 is #D185E6. Grayscale: #585858. Windows color (decimal): -13731303 or 1669678. OLE color: 1669678.
HSL color Cylindrical-coordinate representation of color #2E7A19: hue angle of 107.01º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7A19 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 25 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.52 |
| HSL | 107.01º | 0.66% | 0.29% | - |
| HSV(B) | 107.01º | 0.8% | 0.48% | - |
| XYZ | 8.26 | 14.57 | 3.3 | - |
| YUV | 88.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 25 | 0.62 | 0 | 0.80 | 0.52 | 107.01 | 0.66 | 0.29 |
| Hex | 2E | 7A | 19 | 3E | 0 | 50 | 34 | 6B | 42 | 1D |
| Octal | 56 | 172 | 31 | 76 | 0 | 120 | 64 | 153 | 102 | 35 |
| Binary | 101110 | 1111010 | 11001 | 111110 | 0 | 1010000 | 110100 | 1101011 | 1000010 | 11101 |
Color Harmonies of #2E7A19
Complementary color
Monochromatic Colors of #2E7A19
Black with #2E7A19
Text Example
Text Example
White with #2E7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A19; }
p { color: rgb(46,122,25); }
H1.HeaderClassName
{
color: #2E7A19;
}
.AnyTagClassName
{
color: #2E7A19;
}
</style>
background-color css
<style>
a { background-color: #2E7A19; }
a { background-color: rgb(46,122,25); }
div.DivClassName
{
background-color: #2E7A19;
}
.BgClassName
{
background-color: #2E7A19;
}
</style>
border-color css
<style>
span { border-color: #2E7A19; }
span { border-color: rgb(46,122,25); }
td.TdClassName
{
border-color: #2E7A19;
}
.TagClassName
{
border-color: #2E7A19;
}
</style>