Shades of Forest Green #2DA21A
Tints of Forest Green #2DA21A
RGB
CMYK
RGB Variations
Color information
#2DA21A (or 0x2DA21A) is known color: Forest Green. HEX triplet: 2D, A2 and 1A. RGB value is (45,162,26). Sum of RGB (Red+Green+Blue) = 45+162+26=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA21A is #D25DE5. Grayscale: #6F6F6F. Windows color (decimal): -13786598 or 1745453. OLE color: 1745453.
HSL color Cylindrical-coordinate representation of color #2DA21A: hue angle of 111.62º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DA21A is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 26 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.36 |
| HSL | 111.62º | 0.72% | 0.37% | - |
| HSV(B) | 111.62º | 0.84% | 0.64% | - |
| XYZ | 14.19 | 26.47 | 5.34 | - |
| YUV | 111.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 26 | 0.72 | 0 | 0.84 | 0.36 | 111.62 | 0.72 | 0.37 |
| Hex | 2D | A2 | 1A | 48 | 0 | 54 | 24 | 70 | 48 | 25 |
| Octal | 55 | 242 | 32 | 110 | 0 | 124 | 44 | 160 | 110 | 45 |
| Binary | 101101 | 10100010 | 11010 | 1001000 | 0 | 1010100 | 100100 | 1110000 | 1001000 | 100101 |
Color Harmonies of #2DA21A
Complementary color
Monochromatic Colors of #2DA21A
Black with #2DA21A
Text Example
Text Example
White with #2DA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA21A; }
p { color: rgb(45,162,26); }
H1.HeaderClassName
{
color: #2DA21A;
}
.AnyTagClassName
{
color: #2DA21A;
}
</style>
background-color css
<style>
a { background-color: #2DA21A; }
a { background-color: rgb(45,162,26); }
div.DivClassName
{
background-color: #2DA21A;
}
.BgClassName
{
background-color: #2DA21A;
}
</style>
border-color css
<style>
span { border-color: #2DA21A; }
span { border-color: rgb(45,162,26); }
td.TdClassName
{
border-color: #2DA21A;
}
.TagClassName
{
border-color: #2DA21A;
}
</style>