Shades of Forest Green #2DA32D
Tints of Forest Green #2DA32D
RGB
CMYK
RGB Variations
Color information
#2DA32D (or 0x2DA32D) is known color: Forest Green. HEX triplet: 2D, A3 and 2D. RGB value is (45,163,45). Sum of RGB (Red+Green+Blue) = 45+163+45=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA32D is #D25CD2. Grayscale: #727272. Windows color (decimal): -13786323 or 2990893. OLE color: 2990893.
HSL color Cylindrical-coordinate representation of color #2DA32D: 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.72%. Process color model (Four color, CMYK) of #2DA32D is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 45 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.36 |
| HSL | 120º | 0.57% | 0.41% | - |
| HSV(B) | 120º | 0.72% | 0.64% | - |
| XYZ | 14.65 | 26.94 | 6.91 | - |
| YUV | 114.27 | 88.91 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 45 | 0.72 | 0 | 0.72 | 0.36 | 120 | 0.57 | 0.41 |
| Hex | 2D | A3 | 2D | 48 | 0 | 48 | 24 | 78 | 39 | 29 |
| Octal | 55 | 243 | 55 | 110 | 0 | 110 | 44 | 170 | 71 | 51 |
| Binary | 101101 | 10100011 | 101101 | 1001000 | 0 | 1001000 | 100100 | 1111000 | 111001 | 101001 |
Color Harmonies of #2DA32D
Complementary color
Monochromatic Colors of #2DA32D
Black with #2DA32D
Text Example
Text Example
White with #2DA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA32D; }
p { color: rgb(45,163,45); }
H1.HeaderClassName
{
color: #2DA32D;
}
.AnyTagClassName
{
color: #2DA32D;
}
</style>
background-color css
<style>
a { background-color: #2DA32D; }
a { background-color: rgb(45,163,45); }
div.DivClassName
{
background-color: #2DA32D;
}
.BgClassName
{
background-color: #2DA32D;
}
</style>
border-color css
<style>
span { border-color: #2DA32D; }
span { border-color: rgb(45,163,45); }
td.TdClassName
{
border-color: #2DA32D;
}
.TagClassName
{
border-color: #2DA32D;
}
</style>