Shades of Bilbao #2E880E
Tints of Bilbao #2E880E
RGB
CMYK
RGB Variations
Color information
#2E880E (or 0x2E880E) is known color: Bilbao. HEX triplet: 2E, 88 and 0E. RGB value is (46,136,14). Sum of RGB (Red+Green+Blue) = 46+136+14=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #2E880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E880E is #D177F1. Grayscale: #5F5F5F. Windows color (decimal): -13727730 or 952366. OLE color: 952366.
HSL color Cylindrical-coordinate representation of color #2E880E: hue angle of 104.26º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E880E is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 14 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.47 |
| HSL | 104.26º | 0.81% | 0.29% | - |
| HSV(B) | 104.26º | 0.9% | 0.53% | - |
| XYZ | 10.01 | 18.22 | 3.4 | - |
| YUV | 95.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 14 | 0.66 | 0 | 0.90 | 0.47 | 104.26 | 0.81 | 0.29 |
| Hex | 2E | 88 | E | 42 | 0 | 5A | 2F | 68 | 51 | 1D |
| Octal | 56 | 210 | 16 | 102 | 0 | 132 | 57 | 150 | 121 | 35 |
| Binary | 101110 | 10001000 | 1110 | 1000010 | 0 | 1011010 | 101111 | 1101000 | 1010001 | 11101 |
Color Harmonies of #2E880E
Complementary color
Monochromatic Colors of #2E880E
Black with #2E880E
Text Example
Text Example
White with #2E880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E880E; }
p { color: rgb(46,136,14); }
H1.HeaderClassName
{
color: #2E880E;
}
.AnyTagClassName
{
color: #2E880E;
}
</style>
background-color css
<style>
a { background-color: #2E880E; }
a { background-color: rgb(46,136,14); }
div.DivClassName
{
background-color: #2E880E;
}
.BgClassName
{
background-color: #2E880E;
}
</style>
border-color css
<style>
span { border-color: #2E880E; }
span { border-color: rgb(46,136,14); }
td.TdClassName
{
border-color: #2E880E;
}
.TagClassName
{
border-color: #2E880E;
}
</style>