Shades of Forest Green #2DA123
Tints of Forest Green #2DA123
RGB
CMYK
RGB Variations
Color information
#2DA123 (or 0x2DA123) is known color: Forest Green. HEX triplet: 2D, A1 and 23. RGB value is (45,161,35). Sum of RGB (Red+Green+Blue) = 45+161+35=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA123 is #D25EDC. Grayscale: #707070. Windows color (decimal): -13786845 or 2335021. OLE color: 2335021.
HSL color Cylindrical-coordinate representation of color #2DA123: hue angle of 115.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DA123 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 35 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.37 |
| HSL | 115.24º | 0.64% | 0.38% | - |
| HSV(B) | 115.24º | 0.78% | 0.63% | - |
| XYZ | 14.13 | 26.17 | 5.9 | - |
| YUV | 111.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 35 | 0.72 | 0 | 0.78 | 0.37 | 115.24 | 0.64 | 0.38 |
| Hex | 2D | A1 | 23 | 48 | 0 | 4E | 25 | 73 | 40 | 26 |
| Octal | 55 | 241 | 43 | 110 | 0 | 116 | 45 | 163 | 100 | 46 |
| Binary | 101101 | 10100001 | 100011 | 1001000 | 0 | 1001110 | 100101 | 1110011 | 1000000 | 100110 |
Color Harmonies of #2DA123
Complementary color
Monochromatic Colors of #2DA123
Black with #2DA123
Text Example
Text Example
White with #2DA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA123; }
p { color: rgb(45,161,35); }
H1.HeaderClassName
{
color: #2DA123;
}
.AnyTagClassName
{
color: #2DA123;
}
</style>
background-color css
<style>
a { background-color: #2DA123; }
a { background-color: rgb(45,161,35); }
div.DivClassName
{
background-color: #2DA123;
}
.BgClassName
{
background-color: #2DA123;
}
</style>
border-color css
<style>
span { border-color: #2DA123; }
span { border-color: rgb(45,161,35); }
td.TdClassName
{
border-color: #2DA123;
}
.TagClassName
{
border-color: #2DA123;
}
</style>