Shades of Forest Green #2E921E
Tints of Forest Green #2E921E
RGB
CMYK
RGB Variations
Color information
#2E921E (or 0x2E921E) is known color: Forest Green. HEX triplet: 2E, 92 and 1E. RGB value is (46,146,30). Sum of RGB (Red+Green+Blue) = 46+146+30=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #2E921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E921E is #D16DE1. Grayscale: #676767. Windows color (decimal): -13725154 or 2003502. OLE color: 2003502.
HSL color Cylindrical-coordinate representation of color #2E921E: hue angle of 111.72º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E921E is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 146 | 30 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.43 |
| HSL | 111.72º | 0.66% | 0.35% | - |
| HSV(B) | 111.72º | 0.79% | 0.57% | - |
| XYZ | 11.64 | 21.23 | 4.71 | - |
| YUV | 102.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 30 | 0.68 | 0 | 0.79 | 0.43 | 111.72 | 0.66 | 0.35 |
| Hex | 2E | 92 | 1E | 44 | 0 | 4F | 2B | 70 | 42 | 23 |
| Octal | 56 | 222 | 36 | 104 | 0 | 117 | 53 | 160 | 102 | 43 |
| Binary | 101110 | 10010010 | 11110 | 1000100 | 0 | 1001111 | 101011 | 1110000 | 1000010 | 100011 |
Color Harmonies of #2E921E
Complementary color
Monochromatic Colors of #2E921E
Black with #2E921E
Text Example
Text Example
White with #2E921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E921E; }
p { color: rgb(46,146,30); }
H1.HeaderClassName
{
color: #2E921E;
}
.AnyTagClassName
{
color: #2E921E;
}
</style>
background-color css
<style>
a { background-color: #2E921E; }
a { background-color: rgb(46,146,30); }
div.DivClassName
{
background-color: #2E921E;
}
.BgClassName
{
background-color: #2E921E;
}
</style>
border-color css
<style>
span { border-color: #2E921E; }
span { border-color: rgb(46,146,30); }
td.TdClassName
{
border-color: #2E921E;
}
.TagClassName
{
border-color: #2E921E;
}
</style>