Shades of Bilbao #2D6E00
Tints of Bilbao #2D6E00
RGB
CMYK
RGB Variations
Color information
#2D6E00 (or 0x2D6E00) is known color: Bilbao. HEX triplet: 2D, 6E and 00. RGB value is (45,110,0). Sum of RGB (Red+Green+Blue) = 45+110+0=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6E00 is #D291FF. Grayscale: #4E4E4E. Windows color (decimal): -13799936 or 28205. OLE color: 28205.
HSL color Cylindrical-coordinate representation of color #2D6E00: hue angle of 95.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D6E00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 110 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.57 |
| HSL | 95.45º | 1% | 0.22% | - |
| HSV(B) | 95.45º | 1% | 0.43% | - |
| XYZ | 6.66 | 11.71 | 1.91 | - |
| YUV | 78.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 0 | 0.59 | 0 | 1 | 0.57 | 95.45 | 1 | 0.22 |
| Hex | 2D | 6E | 0 | 3B | 0 | 64 | 39 | 5F | 64 | 16 |
| Octal | 55 | 156 | 0 | 73 | 0 | 144 | 71 | 137 | 144 | 26 |
| Binary | 101101 | 1101110 | 0 | 111011 | 0 | 1100100 | 111001 | 1011111 | 1100100 | 10110 |
Color Harmonies of #2D6E00
Complementary color
Monochromatic Colors of #2D6E00
Black with #2D6E00
Text Example
Text Example
White with #2D6E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E00; }
p { color: rgb(45,110,0); }
H1.HeaderClassName
{
color: #2D6E00;
}
.AnyTagClassName
{
color: #2D6E00;
}
</style>
background-color css
<style>
a { background-color: #2D6E00; }
a { background-color: rgb(45,110,0); }
div.DivClassName
{
background-color: #2D6E00;
}
.BgClassName
{
background-color: #2D6E00;
}
</style>
border-color css
<style>
span { border-color: #2D6E00; }
span { border-color: rgb(45,110,0); }
td.TdClassName
{
border-color: #2D6E00;
}
.TagClassName
{
border-color: #2D6E00;
}
</style>