Shades of Bilbao #2D740E
Tints of Bilbao #2D740E
RGB
CMYK
RGB Variations
Color information
#2D740E (or 0x2D740E) is known color: Bilbao. HEX triplet: 2D, 74 and 0E. RGB value is (45,116,14). Sum of RGB (Red+Green+Blue) = 45+116+14=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #2D740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D740E is #D28BF1. Grayscale: #535353. Windows color (decimal): -13798386 or 947245. OLE color: 947245.
HSL color Cylindrical-coordinate representation of color #2D740E: hue angle of 101.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D740E is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 14 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.55 |
| HSL | 101.76º | 0.78% | 0.25% | - |
| HSV(B) | 101.76º | 0.88% | 0.45% | - |
| XYZ | 7.41 | 13.08 | 2.55 | - |
| YUV | 83.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 14 | 0.61 | 0 | 0.88 | 0.55 | 101.76 | 0.78 | 0.25 |
| Hex | 2D | 74 | E | 3D | 0 | 58 | 37 | 66 | 4E | 19 |
| Octal | 55 | 164 | 16 | 75 | 0 | 130 | 67 | 146 | 116 | 31 |
| Binary | 101101 | 1110100 | 1110 | 111101 | 0 | 1011000 | 110111 | 1100110 | 1001110 | 11001 |
Color Harmonies of #2D740E
Complementary color
Monochromatic Colors of #2D740E
Black with #2D740E
Text Example
Text Example
White with #2D740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D740E; }
p { color: rgb(45,116,14); }
H1.HeaderClassName
{
color: #2D740E;
}
.AnyTagClassName
{
color: #2D740E;
}
</style>
background-color css
<style>
a { background-color: #2D740E; }
a { background-color: rgb(45,116,14); }
div.DivClassName
{
background-color: #2D740E;
}
.BgClassName
{
background-color: #2D740E;
}
</style>
border-color css
<style>
span { border-color: #2D740E; }
span { border-color: rgb(45,116,14); }
td.TdClassName
{
border-color: #2D740E;
}
.TagClassName
{
border-color: #2D740E;
}
</style>