Shades of Forest Green #2E9005
Tints of Forest Green #2E9005
RGB
CMYK
RGB Variations
Color information
#2E9005 (or 0x2E9005) is known color: Forest Green. HEX triplet: 2E, 90 and 05. RGB value is (46,144,5). Sum of RGB (Red+Green+Blue) = 46+144+5=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9005 is #D16FFA. Grayscale: #636363. Windows color (decimal): -13725691 or 364590. OLE color: 364590.
HSL color Cylindrical-coordinate representation of color #2E9005: hue angle of 102.3º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E9005 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 5 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.44 |
| HSL | 102.3º | 0.93% | 0.29% | - |
| HSV(B) | 102.3º | 0.97% | 0.56% | - |
| XYZ | 11.13 | 20.54 | 3.52 | - |
| YUV | 98.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 5 | 0.68 | 0 | 0.97 | 0.44 | 102.3 | 0.93 | 0.29 |
| Hex | 2E | 90 | 5 | 44 | 0 | 61 | 2C | 66 | 5D | 1D |
| Octal | 56 | 220 | 5 | 104 | 0 | 141 | 54 | 146 | 135 | 35 |
| Binary | 101110 | 10010000 | 101 | 1000100 | 0 | 1100001 | 101100 | 1100110 | 1011101 | 11101 |
Color Harmonies of #2E9005
Complementary color
Monochromatic Colors of #2E9005
Black with #2E9005
Text Example
Text Example
White with #2E9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9005; }
p { color: rgb(46,144,5); }
H1.HeaderClassName
{
color: #2E9005;
}
.AnyTagClassName
{
color: #2E9005;
}
</style>
background-color css
<style>
a { background-color: #2E9005; }
a { background-color: rgb(46,144,5); }
div.DivClassName
{
background-color: #2E9005;
}
.BgClassName
{
background-color: #2E9005;
}
</style>
border-color css
<style>
span { border-color: #2E9005; }
span { border-color: rgb(46,144,5); }
td.TdClassName
{
border-color: #2E9005;
}
.TagClassName
{
border-color: #2E9005;
}
</style>