Shades of Forest Green #2DA435
Tints of Forest Green #2DA435
RGB
CMYK
RGB Variations
Color information
#2DA435 (or 0x2DA435) is known color: Forest Green. HEX triplet: 2D, A4 and 35. RGB value is (45,164,53). Sum of RGB (Red+Green+Blue) = 45+164+53=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA435 is #D25BCA. Grayscale: #747474. Windows color (decimal): -13786059 or 3515437. OLE color: 3515437.
HSL color Cylindrical-coordinate representation of color #2DA435: hue angle of 124.03º 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 #2DA435 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 53 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.36 |
| HSL | 124.03º | 0.57% | 0.41% | - |
| HSV(B) | 124.03º | 0.73% | 0.64% | - |
| XYZ | 15 | 27.37 | 7.86 | - |
| YUV | 115.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 53 | 0.73 | 0 | 0.68 | 0.36 | 124.03 | 0.57 | 0.41 |
| Hex | 2D | A4 | 35 | 49 | 0 | 44 | 24 | 7C | 39 | 29 |
| Octal | 55 | 244 | 65 | 111 | 0 | 104 | 44 | 174 | 71 | 51 |
| Binary | 101101 | 10100100 | 110101 | 1001001 | 0 | 1000100 | 100100 | 1111100 | 111001 | 101001 |
Color Harmonies of #2DA435
Complementary color
Monochromatic Colors of #2DA435
Black with #2DA435
Text Example
Text Example
White with #2DA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA435; }
p { color: rgb(45,164,53); }
H1.HeaderClassName
{
color: #2DA435;
}
.AnyTagClassName
{
color: #2DA435;
}
</style>
background-color css
<style>
a { background-color: #2DA435; }
a { background-color: rgb(45,164,53); }
div.DivClassName
{
background-color: #2DA435;
}
.BgClassName
{
background-color: #2DA435;
}
</style>
border-color css
<style>
span { border-color: #2DA435; }
span { border-color: rgb(45,164,53); }
td.TdClassName
{
border-color: #2DA435;
}
.TagClassName
{
border-color: #2DA435;
}
</style>