Shades of Verdun Green #2E5C04
Tints of Verdun Green #2E5C04
RGB
CMYK
RGB Variations
Color information
#2E5C04 (or 0x2E5C04) is known color: Verdun Green. HEX triplet: 2E, 5C and 04. RGB value is (46,92,4). Sum of RGB (Red+Green+Blue) = 46+92+4=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5C04 is #D1A3FB. Grayscale: #444444. Windows color (decimal): -13739004 or 285742. OLE color: 285742.
HSL color Cylindrical-coordinate representation of color #2E5C04: hue angle of 91.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E5C04 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 92 | 4 | - |
| CMYK | 0.50 | 0 | 0.96 | 0.64 |
| HSL | 91.36º | 0.92% | 0.19% | - |
| HSV(B) | 91.36º | 0.96% | 0.36% | - |
| XYZ | 4.98 | 8.24 | 1.44 | - |
| YUV | 68.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 4 | 0.50 | 0 | 0.96 | 0.64 | 91.36 | 0.92 | 0.19 |
| Hex | 2E | 5C | 4 | 32 | 0 | 60 | 40 | 5B | 5C | 13 |
| Octal | 56 | 134 | 4 | 62 | 0 | 140 | 100 | 133 | 134 | 23 |
| Binary | 101110 | 1011100 | 100 | 110010 | 0 | 1100000 | 1000000 | 1011011 | 1011100 | 10011 |
Color Harmonies of #2E5C04
Complementary color
Monochromatic Colors of #2E5C04
Black with #2E5C04
Text Example
Text Example
White with #2E5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C04; }
p { color: rgb(46,92,4); }
H1.HeaderClassName
{
color: #2E5C04;
}
.AnyTagClassName
{
color: #2E5C04;
}
</style>
background-color css
<style>
a { background-color: #2E5C04; }
a { background-color: rgb(46,92,4); }
div.DivClassName
{
background-color: #2E5C04;
}
.BgClassName
{
background-color: #2E5C04;
}
</style>
border-color css
<style>
span { border-color: #2E5C04; }
span { border-color: rgb(46,92,4); }
td.TdClassName
{
border-color: #2E5C04;
}
.TagClassName
{
border-color: #2E5C04;
}
</style>