Shades of Forest Green #2D991E
Tints of Forest Green #2D991E
RGB
CMYK
RGB Variations
Color information
#2D991E (or 0x2D991E) is known color: Forest Green. HEX triplet: 2D, 99 and 1E. RGB value is (45,153,30). Sum of RGB (Red+Green+Blue) = 45+153+30=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #2D991E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D991E is #D266E1. Grayscale: #6B6B6B. Windows color (decimal): -13788898 or 2005293. OLE color: 2005293.
HSL color Cylindrical-coordinate representation of color #2D991E: hue angle of 112.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D991E is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 30 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.4 |
| HSL | 112.68º | 0.67% | 0.36% | - |
| HSV(B) | 112.68º | 0.8% | 0.6% | - |
| XYZ | 12.71 | 23.43 | 5.08 | - |
| YUV | 106.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 30 | 0.71 | 0 | 0.80 | 0.4 | 112.68 | 0.67 | 0.36 |
| Hex | 2D | 99 | 1E | 47 | 0 | 50 | 28 | 71 | 43 | 24 |
| Octal | 55 | 231 | 36 | 107 | 0 | 120 | 50 | 161 | 103 | 44 |
| Binary | 101101 | 10011001 | 11110 | 1000111 | 0 | 1010000 | 101000 | 1110001 | 1000011 | 100100 |
Color Harmonies of #2D991E
Complementary color
Monochromatic Colors of #2D991E
Black with #2D991E
Text Example
Text Example
White with #2D991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D991E; }
p { color: rgb(45,153,30); }
H1.HeaderClassName
{
color: #2D991E;
}
.AnyTagClassName
{
color: #2D991E;
}
</style>
background-color css
<style>
a { background-color: #2D991E; }
a { background-color: rgb(45,153,30); }
div.DivClassName
{
background-color: #2D991E;
}
.BgClassName
{
background-color: #2D991E;
}
</style>
border-color css
<style>
span { border-color: #2D991E; }
span { border-color: rgb(45,153,30); }
td.TdClassName
{
border-color: #2D991E;
}
.TagClassName
{
border-color: #2D991E;
}
</style>