Shades of Forest Green #2DA42C
Tints of Forest Green #2DA42C
RGB
CMYK
RGB Variations
Color information
#2DA42C (or 0x2DA42C) is known color: Forest Green. HEX triplet: 2D, A4 and 2C. RGB value is (45,164,44). Sum of RGB (Red+Green+Blue) = 45+164+44=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 164 (64.45% from 255 or 64.82% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA42C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA42C is #D25BD3. Grayscale: #737373. Windows color (decimal): -13786068 or 2925613. OLE color: 2925613.
HSL color Cylindrical-coordinate representation of color #2DA42C: hue angle of 119.5º degrees, saturation: 0.58, 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 #2DA42C is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 44 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.36 |
| HSL | 119.5º | 0.58% | 0.41% | - |
| HSV(B) | 119.5º | 0.73% | 0.64% | - |
| XYZ | 14.81 | 27.29 | 6.87 | - |
| YUV | 114.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 44 | 0.73 | 0 | 0.73 | 0.36 | 119.5 | 0.58 | 0.41 |
| Hex | 2D | A4 | 2C | 49 | 0 | 49 | 24 | 78 | 3A | 29 |
| Octal | 55 | 244 | 54 | 111 | 0 | 111 | 44 | 170 | 72 | 51 |
| Binary | 101101 | 10100100 | 101100 | 1001001 | 0 | 1001001 | 100100 | 1111000 | 111010 | 101001 |
Color Harmonies of #2DA42C
Complementary color
Monochromatic Colors of #2DA42C
Black with #2DA42C
Text Example
Text Example
White with #2DA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA42C; }
p { color: rgb(45,164,44); }
H1.HeaderClassName
{
color: #2DA42C;
}
.AnyTagClassName
{
color: #2DA42C;
}
</style>
background-color css
<style>
a { background-color: #2DA42C; }
a { background-color: rgb(45,164,44); }
div.DivClassName
{
background-color: #2DA42C;
}
.BgClassName
{
background-color: #2DA42C;
}
</style>
border-color css
<style>
span { border-color: #2DA42C; }
span { border-color: rgb(45,164,44); }
td.TdClassName
{
border-color: #2DA42C;
}
.TagClassName
{
border-color: #2DA42C;
}
</style>