Shades of Forest Green #2E9001
Tints of Forest Green #2E9001
RGB
CMYK
RGB Variations
Color information
#2E9001 (or 0x2E9001) is known color: Forest Green. HEX triplet: 2E, 90 and 01. RGB value is (46,144,1). Sum of RGB (Red+Green+Blue) = 46+144+1=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9001 is #D16FFE. Grayscale: #626262. Windows color (decimal): -13725695 or 102446. OLE color: 102446.
HSL color Cylindrical-coordinate representation of color #2E9001: hue angle of 101.12º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E9001 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 1 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.44 |
| HSL | 101.12º | 0.99% | 0.28% | - |
| HSV(B) | 101.12º | 0.99% | 0.56% | - |
| XYZ | 11.11 | 20.53 | 3.41 | - |
| YUV | 98.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 1 | 0.68 | 0 | 0.99 | 0.44 | 101.12 | 0.99 | 0.28 |
| Hex | 2E | 90 | 1 | 44 | 0 | 63 | 2C | 65 | 63 | 1C |
| Octal | 56 | 220 | 1 | 104 | 0 | 143 | 54 | 145 | 143 | 34 |
| Binary | 101110 | 10010000 | 1 | 1000100 | 0 | 1100011 | 101100 | 1100101 | 1100011 | 11100 |
Color Harmonies of #2E9001
Complementary color
Monochromatic Colors of #2E9001
Black with #2E9001
Text Example
Text Example
White with #2E9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9001; }
p { color: rgb(46,144,1); }
H1.HeaderClassName
{
color: #2E9001;
}
.AnyTagClassName
{
color: #2E9001;
}
</style>
background-color css
<style>
a { background-color: #2E9001; }
a { background-color: rgb(46,144,1); }
div.DivClassName
{
background-color: #2E9001;
}
.BgClassName
{
background-color: #2E9001;
}
</style>
border-color css
<style>
span { border-color: #2E9001; }
span { border-color: rgb(46,144,1); }
td.TdClassName
{
border-color: #2E9001;
}
.TagClassName
{
border-color: #2E9001;
}
</style>