Shades of Verdun Green #2E5E02
Tints of Verdun Green #2E5E02
RGB
CMYK
RGB Variations
Color information
#2E5E02 (or 0x2E5E02) is known color: Verdun Green. HEX triplet: 2E, 5E and 02. RGB value is (46,94,2). Sum of RGB (Red+Green+Blue) = 46+94+2=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 94 (37.11% from 255 or 66.20% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 94 - color contains mainly: green. Hex color #2E5E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5E02 is #D1A1FD. Grayscale: #454545. Windows color (decimal): -13738494 or 155182. OLE color: 155182.
HSL color Cylindrical-coordinate representation of color #2E5E02: hue angle of 91.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E5E02 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
RGB | 46 | 94 | 2 | - |
CMYK | 0.51 | 0 | 0.98 | 0.63 |
HSL | 91.3º | 0.96% | 0.19% | - |
HSV(B) | 91.3º | 0.98% | 0.37% | - |
XYZ | 5.14 | 8.59 | 1.44 | - |
YUV | 69.16 | 90.1 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 94 | 2 | 0.51 | 0 | 0.98 | 0.63 | 91.3 | 0.96 | 0.19 |
Hex | 2E | 5E | 2 | 33 | 0 | 62 | 3F | 5B | 60 | 13 |
Octal | 56 | 136 | 2 | 63 | 0 | 142 | 77 | 133 | 140 | 23 |
Binary | 101110 | 1011110 | 10 | 110011 | 0 | 1100010 | 111111 | 1011011 | 1100000 | 10011 |
Color Harmonies of #2E5E02
Complementary color
Monochromatic Colors of #2E5E02
Black with #2E5E02
Text Example
Text Example
White with #2E5E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5E02; }
p { color: rgb(46,94,2); }
H1.HeaderClassName
{
color: #2E5E02;
}
.AnyTagClassName
{
color: #2E5E02;
}
</style>
background-color css
<style>
a { background-color: #2E5E02; }
a { background-color: rgb(46,94,2); }
div.DivClassName
{
background-color: #2E5E02;
}
.BgClassName
{
background-color: #2E5E02;
}
</style>
border-color css
<style>
span { border-color: #2E5E02; }
span { border-color: rgb(46,94,2); }
td.TdClassName
{
border-color: #2E5E02;
}
.TagClassName
{
border-color: #2E5E02;
}
</style>