Shades of Verdun Green #2D5F02
Tints of Verdun Green #2D5F02
RGB
CMYK
RGB Variations
Color information
#2D5F02 (or 0x2D5F02) is known color: Verdun Green. HEX triplet: 2D, 5F and 02. RGB value is (45,95,2). Sum of RGB (Red+Green+Blue) = 45+95+2=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 95 (37.5% from 255 or 66.90% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F02 is #D2A0FD. Grayscale: #454545. Windows color (decimal): -13803774 or 155437. OLE color: 155437.
HSL color Cylindrical-coordinate representation of color #2D5F02: hue angle of 92.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D5F02 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 2 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.63 |
| HSL | 92.26º | 0.96% | 0.19% | - |
| HSV(B) | 92.26º | 0.98% | 0.37% | - |
| XYZ | 5.19 | 8.75 | 1.47 | - |
| YUV | 69.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 2 | 0.53 | 0 | 0.98 | 0.63 | 92.26 | 0.96 | 0.19 |
| Hex | 2D | 5F | 2 | 35 | 0 | 62 | 3F | 5C | 60 | 13 |
| Octal | 55 | 137 | 2 | 65 | 0 | 142 | 77 | 134 | 140 | 23 |
| Binary | 101101 | 1011111 | 10 | 110101 | 0 | 1100010 | 111111 | 1011100 | 1100000 | 10011 |
Color Harmonies of #2D5F02
Complementary color
Monochromatic Colors of #2D5F02
Black with #2D5F02
Text Example
Text Example
White with #2D5F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F02; }
p { color: rgb(45,95,2); }
H1.HeaderClassName
{
color: #2D5F02;
}
.AnyTagClassName
{
color: #2D5F02;
}
</style>
background-color css
<style>
a { background-color: #2D5F02; }
a { background-color: rgb(45,95,2); }
div.DivClassName
{
background-color: #2D5F02;
}
.BgClassName
{
background-color: #2D5F02;
}
</style>
border-color css
<style>
span { border-color: #2D5F02; }
span { border-color: rgb(45,95,2); }
td.TdClassName
{
border-color: #2D5F02;
}
.TagClassName
{
border-color: #2D5F02;
}
</style>