Shades of Verdun Green #2E6205
Tints of Verdun Green #2E6205
RGB
CMYK
RGB Variations
Color information
#2E6205 (or 0x2E6205) is known color: Verdun Green. HEX triplet: 2E, 62 and 05. RGB value is (46,98,5). Sum of RGB (Red+Green+Blue) = 46+98+5=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6205 is #D19DFA. Grayscale: #484848. Windows color (decimal): -13737467 or 352814. OLE color: 352814.
HSL color Cylindrical-coordinate representation of color #2E6205: hue angle of 93.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E6205 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 5 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.62 |
| HSL | 93.55º | 0.9% | 0.2% | - |
| HSV(B) | 93.55º | 0.95% | 0.38% | - |
| XYZ | 5.52 | 9.33 | 1.65 | - |
| YUV | 71.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 5 | 0.53 | 0 | 0.95 | 0.62 | 93.55 | 0.9 | 0.2 |
| Hex | 2E | 62 | 5 | 35 | 0 | 5F | 3E | 5E | 5A | 14 |
| Octal | 56 | 142 | 5 | 65 | 0 | 137 | 76 | 136 | 132 | 24 |
| Binary | 101110 | 1100010 | 101 | 110101 | 0 | 1011111 | 111110 | 1011110 | 1011010 | 10100 |
Color Harmonies of #2E6205
Complementary color
Monochromatic Colors of #2E6205
Black with #2E6205
Text Example
Text Example
White with #2E6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6205; }
p { color: rgb(46,98,5); }
H1.HeaderClassName
{
color: #2E6205;
}
.AnyTagClassName
{
color: #2E6205;
}
</style>
background-color css
<style>
a { background-color: #2E6205; }
a { background-color: rgb(46,98,5); }
div.DivClassName
{
background-color: #2E6205;
}
.BgClassName
{
background-color: #2E6205;
}
</style>
border-color css
<style>
span { border-color: #2E6205; }
span { border-color: rgb(46,98,5); }
td.TdClassName
{
border-color: #2E6205;
}
.TagClassName
{
border-color: #2E6205;
}
</style>