Shades of Forest Green #2DA21F
Tints of Forest Green #2DA21F
RGB
CMYK
RGB Variations
Color information
#2DA21F (or 0x2DA21F) is known color: Forest Green. HEX triplet: 2D, A2 and 1F. RGB value is (45,162,31). Sum of RGB (Red+Green+Blue) = 45+162+31=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA21F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA21F is #D25DE0. Grayscale: #707070. Windows color (decimal): -13786593 or 2073133. OLE color: 2073133.
HSL color Cylindrical-coordinate representation of color #2DA21F: hue angle of 113.59º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA21F is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 31 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.36 |
| HSL | 113.59º | 0.68% | 0.38% | - |
| HSV(B) | 113.59º | 0.81% | 0.64% | - |
| XYZ | 14.25 | 26.5 | 5.66 | - |
| YUV | 112.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 31 | 0.72 | 0 | 0.81 | 0.36 | 113.59 | 0.68 | 0.38 |
| Hex | 2D | A2 | 1F | 48 | 0 | 51 | 24 | 72 | 44 | 26 |
| Octal | 55 | 242 | 37 | 110 | 0 | 121 | 44 | 162 | 104 | 46 |
| Binary | 101101 | 10100010 | 11111 | 1001000 | 0 | 1010001 | 100100 | 1110010 | 1000100 | 100110 |
Color Harmonies of #2DA21F
Complementary color
Monochromatic Colors of #2DA21F
Black with #2DA21F
Text Example
Text Example
White with #2DA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA21F; }
p { color: rgb(45,162,31); }
H1.HeaderClassName
{
color: #2DA21F;
}
.AnyTagClassName
{
color: #2DA21F;
}
</style>
background-color css
<style>
a { background-color: #2DA21F; }
a { background-color: rgb(45,162,31); }
div.DivClassName
{
background-color: #2DA21F;
}
.BgClassName
{
background-color: #2DA21F;
}
</style>
border-color css
<style>
span { border-color: #2DA21F; }
span { border-color: rgb(45,162,31); }
td.TdClassName
{
border-color: #2DA21F;
}
.TagClassName
{
border-color: #2DA21F;
}
</style>