Shades of Bilbao #2D7600
Tints of Bilbao #2D7600
RGB
CMYK
RGB Variations
Color information
#2D7600 (or 0x2D7600) is known color: Bilbao. HEX triplet: 2D, 76 and 00. RGB value is (45,118,0). Sum of RGB (Red+Green+Blue) = 45+118+0=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7600 is #D289FF. Grayscale: #535353. Windows color (decimal): -13797888 or 30253. OLE color: 30253.
HSL color Cylindrical-coordinate representation of color #2D7600: hue angle of 97.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D7600 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.54 |
| HSL | 97.12º | 1% | 0.23% | - |
| HSV(B) | 97.12º | 1% | 0.46% | - |
| XYZ | 7.56 | 13.51 | 2.21 | - |
| YUV | 82.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 0 | 0.62 | 0 | 1 | 0.54 | 97.12 | 1 | 0.23 |
| Hex | 2D | 76 | 0 | 3E | 0 | 64 | 36 | 61 | 64 | 17 |
| Octal | 55 | 166 | 0 | 76 | 0 | 144 | 66 | 141 | 144 | 27 |
| Binary | 101101 | 1110110 | 0 | 111110 | 0 | 1100100 | 110110 | 1100001 | 1100100 | 10111 |
Color Harmonies of #2D7600
Complementary color
Monochromatic Colors of #2D7600
Black with #2D7600
Text Example
Text Example
White with #2D7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7600; }
p { color: rgb(45,118,0); }
H1.HeaderClassName
{
color: #2D7600;
}
.AnyTagClassName
{
color: #2D7600;
}
</style>
background-color css
<style>
a { background-color: #2D7600; }
a { background-color: rgb(45,118,0); }
div.DivClassName
{
background-color: #2D7600;
}
.BgClassName
{
background-color: #2D7600;
}
</style>
border-color css
<style>
span { border-color: #2D7600; }
span { border-color: rgb(45,118,0); }
td.TdClassName
{
border-color: #2D7600;
}
.TagClassName
{
border-color: #2D7600;
}
</style>