Shades of Forest Green #2DA629
Tints of Forest Green #2DA629
RGB
CMYK
RGB Variations
Color information
#2DA629 (or 0x2DA629) is known color: Forest Green. HEX triplet: 2D, A6 and 29. RGB value is (45,166,41). Sum of RGB (Red+Green+Blue) = 45+166+41=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 166 (65.23% from 255 or 65.87% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA629 is #D259D6. Grayscale: #737373. Windows color (decimal): -13785559 or 2729517. OLE color: 2729517.
HSL color Cylindrical-coordinate representation of color #2DA629: hue angle of 118.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DA629 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 41 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.35 |
| HSL | 118.08º | 0.6% | 0.41% | - |
| HSV(B) | 118.08º | 0.75% | 0.65% | - |
| XYZ | 15.12 | 27.99 | 6.7 | - |
| YUV | 115.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 41 | 0.73 | 0 | 0.75 | 0.35 | 118.08 | 0.6 | 0.41 |
| Hex | 2D | A6 | 29 | 49 | 0 | 4B | 23 | 76 | 3C | 29 |
| Octal | 55 | 246 | 51 | 111 | 0 | 113 | 43 | 166 | 74 | 51 |
| Binary | 101101 | 10100110 | 101001 | 1001001 | 0 | 1001011 | 100011 | 1110110 | 111100 | 101001 |
Color Harmonies of #2DA629
Complementary color
Monochromatic Colors of #2DA629
Black with #2DA629
Text Example
Text Example
White with #2DA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA629; }
p { color: rgb(45,166,41); }
H1.HeaderClassName
{
color: #2DA629;
}
.AnyTagClassName
{
color: #2DA629;
}
</style>
background-color css
<style>
a { background-color: #2DA629; }
a { background-color: rgb(45,166,41); }
div.DivClassName
{
background-color: #2DA629;
}
.BgClassName
{
background-color: #2DA629;
}
</style>
border-color css
<style>
span { border-color: #2DA629; }
span { border-color: rgb(45,166,41); }
td.TdClassName
{
border-color: #2DA629;
}
.TagClassName
{
border-color: #2DA629;
}
</style>