Shades of Bilbao #2D7114
Tints of Bilbao #2D7114
RGB
CMYK
RGB Variations
Color information
#2D7114 (or 0x2D7114) is known color: Bilbao. HEX triplet: 2D, 71 and 14. RGB value is (45,113,20). Sum of RGB (Red+Green+Blue) = 45+113+20=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7114 is #D28EEB. Grayscale: #525252. Windows color (decimal): -13799148 or 1339693. OLE color: 1339693.
HSL color Cylindrical-coordinate representation of color #2D7114: hue angle of 103.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D7114 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 20 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.56 |
| HSL | 103.87º | 0.7% | 0.26% | - |
| HSV(B) | 103.87º | 0.82% | 0.44% | - |
| XYZ | 7.11 | 12.42 | 2.68 | - |
| YUV | 82.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 20 | 0.60 | 0 | 0.82 | 0.56 | 103.87 | 0.7 | 0.26 |
| Hex | 2D | 71 | 14 | 3C | 0 | 52 | 38 | 68 | 46 | 1A |
| Octal | 55 | 161 | 24 | 74 | 0 | 122 | 70 | 150 | 106 | 32 |
| Binary | 101101 | 1110001 | 10100 | 111100 | 0 | 1010010 | 111000 | 1101000 | 1000110 | 11010 |
Color Harmonies of #2D7114
Complementary color
Monochromatic Colors of #2D7114
Black with #2D7114
Text Example
Text Example
White with #2D7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7114; }
p { color: rgb(45,113,20); }
H1.HeaderClassName
{
color: #2D7114;
}
.AnyTagClassName
{
color: #2D7114;
}
</style>
background-color css
<style>
a { background-color: #2D7114; }
a { background-color: rgb(45,113,20); }
div.DivClassName
{
background-color: #2D7114;
}
.BgClassName
{
background-color: #2D7114;
}
</style>
border-color css
<style>
span { border-color: #2D7114; }
span { border-color: rgb(45,113,20); }
td.TdClassName
{
border-color: #2D7114;
}
.TagClassName
{
border-color: #2D7114;
}
</style>