Shades of Bilbao #2D7606
Tints of Bilbao #2D7606
RGB
CMYK
RGB Variations
Color information
#2D7606 (or 0x2D7606) is known color: Bilbao. HEX triplet: 2D, 76 and 06. RGB value is (45,118,6). Sum of RGB (Red+Green+Blue) = 45+118+6=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7606 is #D289F9. Grayscale: #535353. Windows color (decimal): -13797882 or 423469. OLE color: 423469.
HSL color Cylindrical-coordinate representation of color #2D7606: hue angle of 99.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D7606 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 6 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.54 |
| HSL | 99.11º | 0.9% | 0.24% | - |
| HSV(B) | 99.11º | 0.95% | 0.46% | - |
| XYZ | 7.59 | 13.53 | 2.38 | - |
| YUV | 83.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 6 | 0.62 | 0 | 0.95 | 0.54 | 99.11 | 0.9 | 0.24 |
| Hex | 2D | 76 | 6 | 3E | 0 | 5F | 36 | 63 | 5A | 18 |
| Octal | 55 | 166 | 6 | 76 | 0 | 137 | 66 | 143 | 132 | 30 |
| Binary | 101101 | 1110110 | 110 | 111110 | 0 | 1011111 | 110110 | 1100011 | 1011010 | 11000 |
Color Harmonies of #2D7606
Complementary color
Monochromatic Colors of #2D7606
Black with #2D7606
Text Example
Text Example
White with #2D7606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7606; }
p { color: rgb(45,118,6); }
H1.HeaderClassName
{
color: #2D7606;
}
.AnyTagClassName
{
color: #2D7606;
}
</style>
background-color css
<style>
a { background-color: #2D7606; }
a { background-color: rgb(45,118,6); }
div.DivClassName
{
background-color: #2D7606;
}
.BgClassName
{
background-color: #2D7606;
}
</style>
border-color css
<style>
span { border-color: #2D7606; }
span { border-color: rgb(45,118,6); }
td.TdClassName
{
border-color: #2D7606;
}
.TagClassName
{
border-color: #2D7606;
}
</style>