Shades of Bilbao #2D701E
Tints of Bilbao #2D701E
RGB
CMYK
RGB Variations
Color information
#2D701E (or 0x2D701E) is known color: Bilbao. HEX triplet: 2D, 70 and 1E. RGB value is (45,112,30). Sum of RGB (Red+Green+Blue) = 45+112+30=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #2D701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D701E is #D28FE1. Grayscale: #525252. Windows color (decimal): -13799394 or 1994797. OLE color: 1994797.
HSL color Cylindrical-coordinate representation of color #2D701E: hue angle of 109.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D701E is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 30 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.56 |
| HSL | 109.02º | 0.58% | 0.28% | - |
| HSV(B) | 109.02º | 0.73% | 0.44% | - |
| XYZ | 7.11 | 12.24 | 3.22 | - |
| YUV | 82.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 30 | 0.60 | 0 | 0.73 | 0.56 | 109.02 | 0.58 | 0.28 |
| Hex | 2D | 70 | 1E | 3C | 0 | 49 | 38 | 6D | 3A | 1C |
| Octal | 55 | 160 | 36 | 74 | 0 | 111 | 70 | 155 | 72 | 34 |
| Binary | 101101 | 1110000 | 11110 | 111100 | 0 | 1001001 | 111000 | 1101101 | 111010 | 11100 |
Color Harmonies of #2D701E
Complementary color
Monochromatic Colors of #2D701E
Black with #2D701E
Text Example
Text Example
White with #2D701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D701E; }
p { color: rgb(45,112,30); }
H1.HeaderClassName
{
color: #2D701E;
}
.AnyTagClassName
{
color: #2D701E;
}
</style>
background-color css
<style>
a { background-color: #2D701E; }
a { background-color: rgb(45,112,30); }
div.DivClassName
{
background-color: #2D701E;
}
.BgClassName
{
background-color: #2D701E;
}
</style>
border-color css
<style>
span { border-color: #2D701E; }
span { border-color: rgb(45,112,30); }
td.TdClassName
{
border-color: #2D701E;
}
.TagClassName
{
border-color: #2D701E;
}
</style>