Shades of Verdun Green #2E6207
Tints of Verdun Green #2E6207
RGB
CMYK
RGB Variations
Color information
#2E6207 (or 0x2E6207) is known color: Verdun Green. HEX triplet: 2E, 62 and 07. RGB value is (46,98,7). Sum of RGB (Red+Green+Blue) = 46+98+7=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6207 is #D19DF8. Grayscale: #484848. Windows color (decimal): -13737465 or 483886. OLE color: 483886.
HSL color Cylindrical-coordinate representation of color #2E6207: hue angle of 94.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E6207 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 7 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.62 |
| HSL | 94.29º | 0.87% | 0.21% | - |
| HSV(B) | 94.29º | 0.93% | 0.38% | - |
| XYZ | 5.53 | 9.33 | 1.71 | - |
| YUV | 72.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 7 | 0.53 | 0 | 0.93 | 0.62 | 94.29 | 0.87 | 0.21 |
| Hex | 2E | 62 | 7 | 35 | 0 | 5D | 3E | 5E | 57 | 15 |
| Octal | 56 | 142 | 7 | 65 | 0 | 135 | 76 | 136 | 127 | 25 |
| Binary | 101110 | 1100010 | 111 | 110101 | 0 | 1011101 | 111110 | 1011110 | 1010111 | 10101 |
Color Harmonies of #2E6207
Complementary color
Monochromatic Colors of #2E6207
Black with #2E6207
Text Example
Text Example
White with #2E6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6207; }
p { color: rgb(46,98,7); }
H1.HeaderClassName
{
color: #2E6207;
}
.AnyTagClassName
{
color: #2E6207;
}
</style>
background-color css
<style>
a { background-color: #2E6207; }
a { background-color: rgb(46,98,7); }
div.DivClassName
{
background-color: #2E6207;
}
.BgClassName
{
background-color: #2E6207;
}
</style>
border-color css
<style>
span { border-color: #2E6207; }
span { border-color: rgb(46,98,7); }
td.TdClassName
{
border-color: #2E6207;
}
.TagClassName
{
border-color: #2E6207;
}
</style>