Shades of Bilbao #2D840E
Tints of Bilbao #2D840E
RGB
CMYK
RGB Variations
Color information
#2D840E (or 0x2D840E) is known color: Bilbao. HEX triplet: 2D, 84 and 0E. RGB value is (45,132,14). Sum of RGB (Red+Green+Blue) = 45+132+14=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #2D840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D840E is #D27BF1. Grayscale: #5C5C5C. Windows color (decimal): -13794290 or 951341. OLE color: 951341.
HSL color Cylindrical-coordinate representation of color #2D840E: hue angle of 104.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D840E is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 14 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.48 |
| HSL | 104.24º | 0.81% | 0.29% | - |
| HSV(B) | 104.24º | 0.89% | 0.52% | - |
| XYZ | 9.41 | 17.09 | 3.22 | - |
| YUV | 92.54 | 83.68 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 14 | 0.66 | 0 | 0.89 | 0.48 | 104.24 | 0.81 | 0.29 |
| Hex | 2D | 84 | E | 42 | 0 | 59 | 30 | 68 | 51 | 1D |
| Octal | 55 | 204 | 16 | 102 | 0 | 131 | 60 | 150 | 121 | 35 |
| Binary | 101101 | 10000100 | 1110 | 1000010 | 0 | 1011001 | 110000 | 1101000 | 1010001 | 11101 |
Color Harmonies of #2D840E
Complementary color
Monochromatic Colors of #2D840E
Black with #2D840E
Text Example
Text Example
White with #2D840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D840E; }
p { color: rgb(45,132,14); }
H1.HeaderClassName
{
color: #2D840E;
}
.AnyTagClassName
{
color: #2D840E;
}
</style>
background-color css
<style>
a { background-color: #2D840E; }
a { background-color: rgb(45,132,14); }
div.DivClassName
{
background-color: #2D840E;
}
.BgClassName
{
background-color: #2D840E;
}
</style>
border-color css
<style>
span { border-color: #2D840E; }
span { border-color: rgb(45,132,14); }
td.TdClassName
{
border-color: #2D840E;
}
.TagClassName
{
border-color: #2D840E;
}
</style>