Shades of Bilbao #2E7D17
Tints of Bilbao #2E7D17
RGB
CMYK
RGB Variations
Color information
#2E7D17 (or 0x2E7D17) is known color: Bilbao. HEX triplet: 2E, 7D and 17. RGB value is (46,125,23). Sum of RGB (Red+Green+Blue) = 46+125+23=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 125 (49.22% from 255 or 64.43% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7D17 is #D182E8. Grayscale: #5A5A5A. Windows color (decimal): -13730537 or 1539374. OLE color: 1539374.
HSL color Cylindrical-coordinate representation of color #2E7D17: hue angle of 106.47º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E7D17 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 23 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.51 |
| HSL | 106.47º | 0.69% | 0.29% | - |
| HSV(B) | 106.47º | 0.82% | 0.49% | - |
| XYZ | 8.61 | 15.31 | 3.31 | - |
| YUV | 89.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 23 | 0.63 | 0 | 0.82 | 0.51 | 106.47 | 0.69 | 0.29 |
| Hex | 2E | 7D | 17 | 3F | 0 | 52 | 33 | 6A | 45 | 1D |
| Octal | 56 | 175 | 27 | 77 | 0 | 122 | 63 | 152 | 105 | 35 |
| Binary | 101110 | 1111101 | 10111 | 111111 | 0 | 1010010 | 110011 | 1101010 | 1000101 | 11101 |
Color Harmonies of #2E7D17
Complementary color
Monochromatic Colors of #2E7D17
Black with #2E7D17
Text Example
Text Example
White with #2E7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D17; }
p { color: rgb(46,125,23); }
H1.HeaderClassName
{
color: #2E7D17;
}
.AnyTagClassName
{
color: #2E7D17;
}
</style>
background-color css
<style>
a { background-color: #2E7D17; }
a { background-color: rgb(46,125,23); }
div.DivClassName
{
background-color: #2E7D17;
}
.BgClassName
{
background-color: #2E7D17;
}
</style>
border-color css
<style>
span { border-color: #2E7D17; }
span { border-color: rgb(46,125,23); }
td.TdClassName
{
border-color: #2E7D17;
}
.TagClassName
{
border-color: #2E7D17;
}
</style>