Shades of Forest Green #2DA330
Tints of Forest Green #2DA330
RGB
CMYK
RGB Variations
Color information
#2DA330 (or 0x2DA330) is known color: Forest Green. HEX triplet: 2D, A3 and 30. RGB value is (45,163,48). Sum of RGB (Red+Green+Blue) = 45+163+48=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA330 is #D25CCF. Grayscale: #727272. Windows color (decimal): -13786320 or 3187501. OLE color: 3187501.
HSL color Cylindrical-coordinate representation of color #2DA330: hue angle of 121.53º 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 #2DA330 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 48 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.36 |
| HSL | 121.53º | 0.57% | 0.41% | - |
| HSV(B) | 121.53º | 0.72% | 0.64% | - |
| XYZ | 14.71 | 26.97 | 7.23 | - |
| YUV | 114.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 48 | 0.72 | 0 | 0.71 | 0.36 | 121.53 | 0.57 | 0.41 |
| Hex | 2D | A3 | 30 | 48 | 0 | 47 | 24 | 7A | 39 | 29 |
| Octal | 55 | 243 | 60 | 110 | 0 | 107 | 44 | 172 | 71 | 51 |
| Binary | 101101 | 10100011 | 110000 | 1001000 | 0 | 1000111 | 100100 | 1111010 | 111001 | 101001 |
Color Harmonies of #2DA330
Complementary color
Monochromatic Colors of #2DA330
Black with #2DA330
Text Example
Text Example
White with #2DA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA330; }
p { color: rgb(45,163,48); }
H1.HeaderClassName
{
color: #2DA330;
}
.AnyTagClassName
{
color: #2DA330;
}
</style>
background-color css
<style>
a { background-color: #2DA330; }
a { background-color: rgb(45,163,48); }
div.DivClassName
{
background-color: #2DA330;
}
.BgClassName
{
background-color: #2DA330;
}
</style>
border-color css
<style>
span { border-color: #2DA330; }
span { border-color: rgb(45,163,48); }
td.TdClassName
{
border-color: #2DA330;
}
.TagClassName
{
border-color: #2DA330;
}
</style>