Shades of Bilbao #2D740A
Tints of Bilbao #2D740A
RGB
CMYK
RGB Variations
Color information
#2D740A (or 0x2D740A) is known color: Bilbao. HEX triplet: 2D, 74 and 0A. RGB value is (45,116,10). Sum of RGB (Red+Green+Blue) = 45+116+10=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #2D740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D740A is #D28BF5. Grayscale: #535353. Windows color (decimal): -13798390 or 685101. OLE color: 685101.
HSL color Cylindrical-coordinate representation of color #2D740A: hue angle of 100.19º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D740A is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 10 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.55 |
| HSL | 100.19º | 0.84% | 0.25% | - |
| HSV(B) | 100.19º | 0.91% | 0.45% | - |
| XYZ | 7.38 | 13.07 | 2.42 | - |
| YUV | 82.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 10 | 0.61 | 0 | 0.91 | 0.55 | 100.19 | 0.84 | 0.25 |
| Hex | 2D | 74 | A | 3D | 0 | 5B | 37 | 64 | 54 | 19 |
| Octal | 55 | 164 | 12 | 75 | 0 | 133 | 67 | 144 | 124 | 31 |
| Binary | 101101 | 1110100 | 1010 | 111101 | 0 | 1011011 | 110111 | 1100100 | 1010100 | 11001 |
Color Harmonies of #2D740A
Complementary color
Monochromatic Colors of #2D740A
Black with #2D740A
Text Example
Text Example
White with #2D740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D740A; }
p { color: rgb(45,116,10); }
H1.HeaderClassName
{
color: #2D740A;
}
.AnyTagClassName
{
color: #2D740A;
}
</style>
background-color css
<style>
a { background-color: #2D740A; }
a { background-color: rgb(45,116,10); }
div.DivClassName
{
background-color: #2D740A;
}
.BgClassName
{
background-color: #2D740A;
}
</style>
border-color css
<style>
span { border-color: #2D740A; }
span { border-color: rgb(45,116,10); }
td.TdClassName
{
border-color: #2D740A;
}
.TagClassName
{
border-color: #2D740A;
}
</style>