Shades of Verdun Green #2D5A05
Tints of Verdun Green #2D5A05
RGB
CMYK
RGB Variations
Color information
#2D5A05 (or 0x2D5A05) is known color: Verdun Green. HEX triplet: 2D, 5A and 05. RGB value is (45,90,5). Sum of RGB (Red+Green+Blue) = 45+90+5=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A05 is #D2A5FA. Grayscale: #434343. Windows color (decimal): -13805051 or 350765. OLE color: 350765.
HSL color Cylindrical-coordinate representation of color #2D5A05: hue angle of 91.76º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D5A05 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 5 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.65 |
| HSL | 91.76º | 0.89% | 0.19% | - |
| HSV(B) | 91.76º | 0.94% | 0.35% | - |
| XYZ | 4.77 | 7.88 | 1.41 | - |
| YUV | 66.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 5 | 0.50 | 0 | 0.94 | 0.65 | 91.76 | 0.89 | 0.19 |
| Hex | 2D | 5A | 5 | 32 | 0 | 5E | 41 | 5C | 59 | 13 |
| Octal | 55 | 132 | 5 | 62 | 0 | 136 | 101 | 134 | 131 | 23 |
| Binary | 101101 | 1011010 | 101 | 110010 | 0 | 1011110 | 1000001 | 1011100 | 1011001 | 10011 |
Color Harmonies of #2D5A05
Complementary color
Monochromatic Colors of #2D5A05
Black with #2D5A05
Text Example
Text Example
White with #2D5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A05; }
p { color: rgb(45,90,5); }
H1.HeaderClassName
{
color: #2D5A05;
}
.AnyTagClassName
{
color: #2D5A05;
}
</style>
background-color css
<style>
a { background-color: #2D5A05; }
a { background-color: rgb(45,90,5); }
div.DivClassName
{
background-color: #2D5A05;
}
.BgClassName
{
background-color: #2D5A05;
}
</style>
border-color css
<style>
span { border-color: #2D5A05; }
span { border-color: rgb(45,90,5); }
td.TdClassName
{
border-color: #2D5A05;
}
.TagClassName
{
border-color: #2D5A05;
}
</style>