Shades of Forest Green #2DA62D
Tints of Forest Green #2DA62D
RGB
CMYK
RGB Variations
Color information
#2DA62D (or 0x2DA62D) is known color: Forest Green. HEX triplet: 2D, A6 and 2D. RGB value is (45,166,45). Sum of RGB (Red+Green+Blue) = 45+166+45=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA62D is #D259D2. Grayscale: #747474. Windows color (decimal): -13785555 or 2991661. OLE color: 2991661.
HSL color Cylindrical-coordinate representation of color #2DA62D: hue angle of 120º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA62D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 45 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.35 |
| HSL | 120º | 0.57% | 0.41% | - |
| HSV(B) | 120º | 0.73% | 0.65% | - |
| XYZ | 15.19 | 28.02 | 7.09 | - |
| YUV | 116.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 45 | 0.73 | 0 | 0.73 | 0.35 | 120 | 0.57 | 0.41 |
| Hex | 2D | A6 | 2D | 49 | 0 | 49 | 23 | 78 | 39 | 29 |
| Octal | 55 | 246 | 55 | 111 | 0 | 111 | 43 | 170 | 71 | 51 |
| Binary | 101101 | 10100110 | 101101 | 1001001 | 0 | 1001001 | 100011 | 1111000 | 111001 | 101001 |
Color Harmonies of #2DA62D
Complementary color
Monochromatic Colors of #2DA62D
Black with #2DA62D
Text Example
Text Example
White with #2DA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA62D; }
p { color: rgb(45,166,45); }
H1.HeaderClassName
{
color: #2DA62D;
}
.AnyTagClassName
{
color: #2DA62D;
}
</style>
background-color css
<style>
a { background-color: #2DA62D; }
a { background-color: rgb(45,166,45); }
div.DivClassName
{
background-color: #2DA62D;
}
.BgClassName
{
background-color: #2DA62D;
}
</style>
border-color css
<style>
span { border-color: #2DA62D; }
span { border-color: rgb(45,166,45); }
td.TdClassName
{
border-color: #2DA62D;
}
.TagClassName
{
border-color: #2DA62D;
}
</style>