Shades of Forest Green #2D9F21
Tints of Forest Green #2D9F21
RGB
CMYK
RGB Variations
Color information
#2D9F21 (or 0x2D9F21) is known color: Forest Green. HEX triplet: 2D, 9F and 21. RGB value is (45,159,33). Sum of RGB (Red+Green+Blue) = 45+159+33=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 159 (62.5% from 255 or 67.09% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F21 is #D260DE. Grayscale: #6E6E6E. Windows color (decimal): -13787359 or 2203437. OLE color: 2203437.
HSL color Cylindrical-coordinate representation of color #2D9F21: hue angle of 114.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D9F21 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 33 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.38 |
| HSL | 114.29º | 0.66% | 0.38% | - |
| HSV(B) | 114.29º | 0.79% | 0.62% | - |
| XYZ | 13.75 | 25.46 | 5.63 | - |
| YUV | 110.55 | 84.23 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 33 | 0.72 | 0 | 0.79 | 0.38 | 114.29 | 0.66 | 0.38 |
| Hex | 2D | 9F | 21 | 48 | 0 | 4F | 26 | 72 | 42 | 26 |
| Octal | 55 | 237 | 41 | 110 | 0 | 117 | 46 | 162 | 102 | 46 |
| Binary | 101101 | 10011111 | 100001 | 1001000 | 0 | 1001111 | 100110 | 1110010 | 1000010 | 100110 |
Color Harmonies of #2D9F21
Complementary color
Monochromatic Colors of #2D9F21
Black with #2D9F21
Text Example
Text Example
White with #2D9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F21; }
p { color: rgb(45,159,33); }
H1.HeaderClassName
{
color: #2D9F21;
}
.AnyTagClassName
{
color: #2D9F21;
}
</style>
background-color css
<style>
a { background-color: #2D9F21; }
a { background-color: rgb(45,159,33); }
div.DivClassName
{
background-color: #2D9F21;
}
.BgClassName
{
background-color: #2D9F21;
}
</style>
border-color css
<style>
span { border-color: #2D9F21; }
span { border-color: rgb(45,159,33); }
td.TdClassName
{
border-color: #2D9F21;
}
.TagClassName
{
border-color: #2D9F21;
}
</style>