Shades of Verdun Green #2E5A08
Tints of Verdun Green #2E5A08
RGB
CMYK
RGB Variations
Color information
#2E5A08 (or 0x2E5A08) is known color: Verdun Green. HEX triplet: 2E, 5A and 08. RGB value is (46,90,8). Sum of RGB (Red+Green+Blue) = 46+90+8=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5A08 is #D1A5F7. Grayscale: #434343. Windows color (decimal): -13739512 or 547374. OLE color: 547374.
HSL color Cylindrical-coordinate representation of color #2E5A08: hue angle of 92.2º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E5A08 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 8 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.65 |
| HSL | 92.2º | 0.84% | 0.19% | - |
| HSV(B) | 92.2º | 0.91% | 0.35% | - |
| XYZ | 4.83 | 7.91 | 1.5 | - |
| YUV | 67.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 8 | 0.49 | 0 | 0.91 | 0.65 | 92.2 | 0.84 | 0.19 |
| Hex | 2E | 5A | 8 | 31 | 0 | 5B | 41 | 5C | 54 | 13 |
| Octal | 56 | 132 | 10 | 61 | 0 | 133 | 101 | 134 | 124 | 23 |
| Binary | 101110 | 1011010 | 1000 | 110001 | 0 | 1011011 | 1000001 | 1011100 | 1010100 | 10011 |
Color Harmonies of #2E5A08
Complementary color
Monochromatic Colors of #2E5A08
Black with #2E5A08
Text Example
Text Example
White with #2E5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A08; }
p { color: rgb(46,90,8); }
H1.HeaderClassName
{
color: #2E5A08;
}
.AnyTagClassName
{
color: #2E5A08;
}
</style>
background-color css
<style>
a { background-color: #2E5A08; }
a { background-color: rgb(46,90,8); }
div.DivClassName
{
background-color: #2E5A08;
}
.BgClassName
{
background-color: #2E5A08;
}
</style>
border-color css
<style>
span { border-color: #2E5A08; }
span { border-color: rgb(46,90,8); }
td.TdClassName
{
border-color: #2E5A08;
}
.TagClassName
{
border-color: #2E5A08;
}
</style>