Shades of Bilbao #2D730C
Tints of Bilbao #2D730C
RGB
CMYK
RGB Variations
Color information
#2D730C (or 0x2D730C) is known color: Bilbao. HEX triplet: 2D, 73 and 0C. RGB value is (45,115,12). Sum of RGB (Red+Green+Blue) = 45+115+12=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #2D730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D730C is #D28CF3. Grayscale: #525252. Windows color (decimal): -13798644 or 815917. OLE color: 815917.
HSL color Cylindrical-coordinate representation of color #2D730C: hue angle of 100.78º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D730C is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 12 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.55 |
| HSL | 100.78º | 0.81% | 0.25% | - |
| HSV(B) | 100.78º | 0.9% | 0.45% | - |
| XYZ | 7.28 | 12.85 | 2.44 | - |
| YUV | 82.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 12 | 0.61 | 0 | 0.90 | 0.55 | 100.78 | 0.81 | 0.25 |
| Hex | 2D | 73 | C | 3D | 0 | 5A | 37 | 65 | 51 | 19 |
| Octal | 55 | 163 | 14 | 75 | 0 | 132 | 67 | 145 | 121 | 31 |
| Binary | 101101 | 1110011 | 1100 | 111101 | 0 | 1011010 | 110111 | 1100101 | 1010001 | 11001 |
Color Harmonies of #2D730C
Complementary color
Monochromatic Colors of #2D730C
Black with #2D730C
Text Example
Text Example
White with #2D730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D730C; }
p { color: rgb(45,115,12); }
H1.HeaderClassName
{
color: #2D730C;
}
.AnyTagClassName
{
color: #2D730C;
}
</style>
background-color css
<style>
a { background-color: #2D730C; }
a { background-color: rgb(45,115,12); }
div.DivClassName
{
background-color: #2D730C;
}
.BgClassName
{
background-color: #2D730C;
}
</style>
border-color css
<style>
span { border-color: #2D730C; }
span { border-color: rgb(45,115,12); }
td.TdClassName
{
border-color: #2D730C;
}
.TagClassName
{
border-color: #2D730C;
}
</style>