Shades of Verdun Green #2E6104
Tints of Verdun Green #2E6104
RGB
CMYK
RGB Variations
Color information
#2E6104 (or 0x2E6104) is known color: Verdun Green. HEX triplet: 2E, 61 and 04. RGB value is (46,97,4). Sum of RGB (Red+Green+Blue) = 46+97+4=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6104 is #D19EFB. Grayscale: #474747. Windows color (decimal): -13737724 or 287022. OLE color: 287022.
HSL color Cylindrical-coordinate representation of color #2E6104: hue angle of 92.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E6104 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 4 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.62 |
| HSL | 92.9º | 0.92% | 0.2% | - |
| HSV(B) | 92.9º | 0.96% | 0.38% | - |
| XYZ | 5.42 | 9.14 | 1.59 | - |
| YUV | 71.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 4 | 0.53 | 0 | 0.96 | 0.62 | 92.9 | 0.92 | 0.2 |
| Hex | 2E | 61 | 4 | 35 | 0 | 60 | 3E | 5D | 5C | 14 |
| Octal | 56 | 141 | 4 | 65 | 0 | 140 | 76 | 135 | 134 | 24 |
| Binary | 101110 | 1100001 | 100 | 110101 | 0 | 1100000 | 111110 | 1011101 | 1011100 | 10100 |
Color Harmonies of #2E6104
Complementary color
Monochromatic Colors of #2E6104
Black with #2E6104
Text Example
Text Example
White with #2E6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6104; }
p { color: rgb(46,97,4); }
H1.HeaderClassName
{
color: #2E6104;
}
.AnyTagClassName
{
color: #2E6104;
}
</style>
background-color css
<style>
a { background-color: #2E6104; }
a { background-color: rgb(46,97,4); }
div.DivClassName
{
background-color: #2E6104;
}
.BgClassName
{
background-color: #2E6104;
}
</style>
border-color css
<style>
span { border-color: #2E6104; }
span { border-color: rgb(46,97,4); }
td.TdClassName
{
border-color: #2E6104;
}
.TagClassName
{
border-color: #2E6104;
}
</style>