Shades of Verdun Green #2D6000
Tints of Verdun Green #2D6000
RGB
CMYK
RGB Variations
Color information
#2D6000 (or 0x2D6000) is known color: Verdun Green. HEX triplet: 2D, 60 and 00. RGB value is (45,96,0). Sum of RGB (Red+Green+Blue) = 45+96+0=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6000 is #D29FFF. Grayscale: #464646. Windows color (decimal): -13803520 or 24621. OLE color: 24621.
HSL color Cylindrical-coordinate representation of color #2D6000: hue angle of 91.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D6000 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.62 |
| HSL | 91.88º | 1% | 0.19% | - |
| HSV(B) | 91.88º | 1% | 0.38% | - |
| XYZ | 5.27 | 8.92 | 1.44 | - |
| YUV | 69.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 0 | 0.53 | 0 | 1 | 0.62 | 91.88 | 1 | 0.19 |
| Hex | 2D | 60 | 0 | 35 | 0 | 64 | 3E | 5C | 64 | 13 |
| Octal | 55 | 140 | 0 | 65 | 0 | 144 | 76 | 134 | 144 | 23 |
| Binary | 101101 | 1100000 | 0 | 110101 | 0 | 1100100 | 111110 | 1011100 | 1100100 | 10011 |
Color Harmonies of #2D6000
Complementary color
Monochromatic Colors of #2D6000
Black with #2D6000
Text Example
Text Example
White with #2D6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6000; }
p { color: rgb(45,96,0); }
H1.HeaderClassName
{
color: #2D6000;
}
.AnyTagClassName
{
color: #2D6000;
}
</style>
background-color css
<style>
a { background-color: #2D6000; }
a { background-color: rgb(45,96,0); }
div.DivClassName
{
background-color: #2D6000;
}
.BgClassName
{
background-color: #2D6000;
}
</style>
border-color css
<style>
span { border-color: #2D6000; }
span { border-color: rgb(45,96,0); }
td.TdClassName
{
border-color: #2D6000;
}
.TagClassName
{
border-color: #2D6000;
}
</style>