Shades of Bilbao #2D7118
Tints of Bilbao #2D7118
RGB
CMYK
RGB Variations
Color information
#2D7118 (or 0x2D7118) is known color: Bilbao. HEX triplet: 2D, 71 and 18. RGB value is (45,113,24). Sum of RGB (Red+Green+Blue) = 45+113+24=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7118 is #D28EE7. Grayscale: #525252. Windows color (decimal): -13799144 or 1601837. OLE color: 1601837.
HSL color Cylindrical-coordinate representation of color #2D7118: hue angle of 105.84º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D7118 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 24 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.56 |
| HSL | 105.84º | 0.65% | 0.27% | - |
| HSV(B) | 105.84º | 0.79% | 0.44% | - |
| XYZ | 7.15 | 12.43 | 2.89 | - |
| YUV | 82.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 24 | 0.60 | 0 | 0.79 | 0.56 | 105.84 | 0.65 | 0.27 |
| Hex | 2D | 71 | 18 | 3C | 0 | 4F | 38 | 6A | 41 | 1B |
| Octal | 55 | 161 | 30 | 74 | 0 | 117 | 70 | 152 | 101 | 33 |
| Binary | 101101 | 1110001 | 11000 | 111100 | 0 | 1001111 | 111000 | 1101010 | 1000001 | 11011 |
Color Harmonies of #2D7118
Complementary color
Monochromatic Colors of #2D7118
Black with #2D7118
Text Example
Text Example
White with #2D7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7118; }
p { color: rgb(45,113,24); }
H1.HeaderClassName
{
color: #2D7118;
}
.AnyTagClassName
{
color: #2D7118;
}
</style>
background-color css
<style>
a { background-color: #2D7118; }
a { background-color: rgb(45,113,24); }
div.DivClassName
{
background-color: #2D7118;
}
.BgClassName
{
background-color: #2D7118;
}
</style>
border-color css
<style>
span { border-color: #2D7118; }
span { border-color: rgb(45,113,24); }
td.TdClassName
{
border-color: #2D7118;
}
.TagClassName
{
border-color: #2D7118;
}
</style>