Shades of Forest Green #2DA42D
Tints of Forest Green #2DA42D
RGB
CMYK
RGB Variations
Color information
#2DA42D (or 0x2DA42D) is known color: Forest Green. HEX triplet: 2D, A4 and 2D. RGB value is (45,164,45). Sum of RGB (Red+Green+Blue) = 45+164+45=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA42D is #D25BD2. Grayscale: #737373. Windows color (decimal): -13786067 or 2991149. OLE color: 2991149.
HSL color Cylindrical-coordinate representation of color #2DA42D: hue angle of 120º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA42D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 45 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.36 |
| HSL | 120º | 0.57% | 0.41% | - |
| HSV(B) | 120º | 0.73% | 0.64% | - |
| XYZ | 14.83 | 27.3 | 6.97 | - |
| YUV | 114.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 45 | 0.73 | 0 | 0.73 | 0.36 | 120 | 0.57 | 0.41 |
| Hex | 2D | A4 | 2D | 49 | 0 | 49 | 24 | 78 | 39 | 29 |
| Octal | 55 | 244 | 55 | 111 | 0 | 111 | 44 | 170 | 71 | 51 |
| Binary | 101101 | 10100100 | 101101 | 1001001 | 0 | 1001001 | 100100 | 1111000 | 111001 | 101001 |
Color Harmonies of #2DA42D
Complementary color
Monochromatic Colors of #2DA42D
Black with #2DA42D
Text Example
Text Example
White with #2DA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA42D; }
p { color: rgb(45,164,45); }
H1.HeaderClassName
{
color: #2DA42D;
}
.AnyTagClassName
{
color: #2DA42D;
}
</style>
background-color css
<style>
a { background-color: #2DA42D; }
a { background-color: rgb(45,164,45); }
div.DivClassName
{
background-color: #2DA42D;
}
.BgClassName
{
background-color: #2DA42D;
}
</style>
border-color css
<style>
span { border-color: #2DA42D; }
span { border-color: rgb(45,164,45); }
td.TdClassName
{
border-color: #2DA42D;
}
.TagClassName
{
border-color: #2DA42D;
}
</style>