Shades of Bilbao #2E721D
Tints of Bilbao #2E721D
RGB
CMYK
RGB Variations
Color information
#2E721D (or 0x2E721D) is known color: Bilbao. HEX triplet: 2E, 72 and 1D. RGB value is (46,114,29). Sum of RGB (Red+Green+Blue) = 46+114+29=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #2E721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E721D is #D18DE2. Grayscale: #545454. Windows color (decimal): -13733347 or 1929774. OLE color: 1929774.
HSL color Cylindrical-coordinate representation of color #2E721D: hue angle of 108º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E721D is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 29 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.55 |
| HSL | 108º | 0.59% | 0.28% | - |
| HSV(B) | 108º | 0.75% | 0.45% | - |
| XYZ | 7.37 | 12.7 | 3.23 | - |
| YUV | 83.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 29 | 0.60 | 0 | 0.75 | 0.55 | 108 | 0.59 | 0.28 |
| Hex | 2E | 72 | 1D | 3C | 0 | 4B | 37 | 6C | 3B | 1C |
| Octal | 56 | 162 | 35 | 74 | 0 | 113 | 67 | 154 | 73 | 34 |
| Binary | 101110 | 1110010 | 11101 | 111100 | 0 | 1001011 | 110111 | 1101100 | 111011 | 11100 |
Color Harmonies of #2E721D
Complementary color
Monochromatic Colors of #2E721D
Black with #2E721D
Text Example
Text Example
White with #2E721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E721D; }
p { color: rgb(46,114,29); }
H1.HeaderClassName
{
color: #2E721D;
}
.AnyTagClassName
{
color: #2E721D;
}
</style>
background-color css
<style>
a { background-color: #2E721D; }
a { background-color: rgb(46,114,29); }
div.DivClassName
{
background-color: #2E721D;
}
.BgClassName
{
background-color: #2E721D;
}
</style>
border-color css
<style>
span { border-color: #2E721D; }
span { border-color: rgb(46,114,29); }
td.TdClassName
{
border-color: #2E721D;
}
.TagClassName
{
border-color: #2E721D;
}
</style>