Shades of Bilbao #2D6D04
Tints of Bilbao #2D6D04
RGB
CMYK
RGB Variations
Color information
#2D6D04 (or 0x2D6D04) is known color: Bilbao. HEX triplet: 2D, 6D and 04. RGB value is (45,109,4). Sum of RGB (Red+Green+Blue) = 45+109+4=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6D04 is #D292FB. Grayscale: #4E4E4E. Windows color (decimal): -13800188 or 290093. OLE color: 290093.
HSL color Cylindrical-coordinate representation of color #2D6D04: hue angle of 96.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D6D04 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 4 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.57 |
| HSL | 96.57º | 0.93% | 0.22% | - |
| HSV(B) | 96.57º | 0.96% | 0.43% | - |
| XYZ | 6.57 | 11.5 | 1.99 | - |
| YUV | 77.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 4 | 0.59 | 0 | 0.96 | 0.57 | 96.57 | 0.93 | 0.22 |
| Hex | 2D | 6D | 4 | 3B | 0 | 60 | 39 | 61 | 5D | 16 |
| Octal | 55 | 155 | 4 | 73 | 0 | 140 | 71 | 141 | 135 | 26 |
| Binary | 101101 | 1101101 | 100 | 111011 | 0 | 1100000 | 111001 | 1100001 | 1011101 | 10110 |
Color Harmonies of #2D6D04
Complementary color
Monochromatic Colors of #2D6D04
Black with #2D6D04
Text Example
Text Example
White with #2D6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D04; }
p { color: rgb(45,109,4); }
H1.HeaderClassName
{
color: #2D6D04;
}
.AnyTagClassName
{
color: #2D6D04;
}
</style>
background-color css
<style>
a { background-color: #2D6D04; }
a { background-color: rgb(45,109,4); }
div.DivClassName
{
background-color: #2D6D04;
}
.BgClassName
{
background-color: #2D6D04;
}
</style>
border-color css
<style>
span { border-color: #2D6D04; }
span { border-color: rgb(45,109,4); }
td.TdClassName
{
border-color: #2D6D04;
}
.TagClassName
{
border-color: #2D6D04;
}
</style>