Shades of Verdun Green #2D6008
Tints of Verdun Green #2D6008
RGB
CMYK
RGB Variations
Color information
#2D6008 (or 0x2D6008) is known color: Verdun Green. HEX triplet: 2D, 60 and 08. RGB value is (45,96,8). Sum of RGB (Red+Green+Blue) = 45+96+8=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6008 is #D29FF7. Grayscale: #474747. Windows color (decimal): -13803512 or 548909. OLE color: 548909.
HSL color Cylindrical-coordinate representation of color #2D6008: hue angle of 94.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D6008 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 8 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.62 |
| HSL | 94.77º | 0.85% | 0.2% | - |
| HSV(B) | 94.77º | 0.92% | 0.38% | - |
| XYZ | 5.31 | 8.94 | 1.68 | - |
| YUV | 70.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 8 | 0.53 | 0 | 0.92 | 0.62 | 94.77 | 0.85 | 0.2 |
| Hex | 2D | 60 | 8 | 35 | 0 | 5C | 3E | 5F | 55 | 14 |
| Octal | 55 | 140 | 10 | 65 | 0 | 134 | 76 | 137 | 125 | 24 |
| Binary | 101101 | 1100000 | 1000 | 110101 | 0 | 1011100 | 111110 | 1011111 | 1010101 | 10100 |
Color Harmonies of #2D6008
Complementary color
Monochromatic Colors of #2D6008
Black with #2D6008
Text Example
Text Example
White with #2D6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6008; }
p { color: rgb(45,96,8); }
H1.HeaderClassName
{
color: #2D6008;
}
.AnyTagClassName
{
color: #2D6008;
}
</style>
background-color css
<style>
a { background-color: #2D6008; }
a { background-color: rgb(45,96,8); }
div.DivClassName
{
background-color: #2D6008;
}
.BgClassName
{
background-color: #2D6008;
}
</style>
border-color css
<style>
span { border-color: #2D6008; }
span { border-color: rgb(45,96,8); }
td.TdClassName
{
border-color: #2D6008;
}
.TagClassName
{
border-color: #2D6008;
}
</style>