Shades of Forest Green #2D990F
Tints of Forest Green #2D990F
RGB
CMYK
RGB Variations
Color information
#2D990F (or 0x2D990F) is known color: Forest Green. HEX triplet: 2D, 99 and 0F. RGB value is (45,153,15). Sum of RGB (Red+Green+Blue) = 45+153+15=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 153 (60.16% from 255 or 71.83% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 153 - color contains mainly: green. Hex color #2D990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D990F is #D266F0. Grayscale: #696969. Windows color (decimal): -13788913 or 1022253. OLE color: 1022253.
HSL color Cylindrical-coordinate representation of color #2D990F: hue angle of 106.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D990F is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 15 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.4 |
| HSL | 106.96º | 0.82% | 0.33% | - |
| HSV(B) | 106.96º | 0.9% | 0.6% | - |
| XYZ | 12.56 | 23.37 | 4.3 | - |
| YUV | 104.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 15 | 0.71 | 0 | 0.90 | 0.4 | 106.96 | 0.82 | 0.33 |
| Hex | 2D | 99 | F | 47 | 0 | 5A | 28 | 6B | 52 | 21 |
| Octal | 55 | 231 | 17 | 107 | 0 | 132 | 50 | 153 | 122 | 41 |
| Binary | 101101 | 10011001 | 1111 | 1000111 | 0 | 1011010 | 101000 | 1101011 | 1010010 | 100001 |
Color Harmonies of #2D990F
Complementary color
Monochromatic Colors of #2D990F
Black with #2D990F
Text Example
Text Example
White with #2D990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D990F; }
p { color: rgb(45,153,15); }
H1.HeaderClassName
{
color: #2D990F;
}
.AnyTagClassName
{
color: #2D990F;
}
</style>
background-color css
<style>
a { background-color: #2D990F; }
a { background-color: rgb(45,153,15); }
div.DivClassName
{
background-color: #2D990F;
}
.BgClassName
{
background-color: #2D990F;
}
</style>
border-color css
<style>
span { border-color: #2D990F; }
span { border-color: rgb(45,153,15); }
td.TdClassName
{
border-color: #2D990F;
}
.TagClassName
{
border-color: #2D990F;
}
</style>