Shades of Forest Green #2DA003
Tints of Forest Green #2DA003
RGB
CMYK
RGB Variations
Color information
#2DA003 (or 0x2DA003) is known color: Forest Green. HEX triplet: 2D, A0 and 03. RGB value is (45,160,3). Sum of RGB (Red+Green+Blue) = 45+160+3=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 160 (62.89% from 255 or 76.92% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA003 is #D25FFC. Grayscale: #6C6C6C. Windows color (decimal): -13787133 or 237613. OLE color: 237613.
HSL color Cylindrical-coordinate representation of color #2DA003: hue angle of 103.95º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DA003 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.37 |
| HSL | 103.95º | 0.96% | 0.32% | - |
| HSV(B) | 103.95º | 0.98% | 0.63% | - |
| XYZ | 13.67 | 25.71 | 4.33 | - |
| YUV | 107.72 | 68.9 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 3 | 0.72 | 0 | 0.98 | 0.37 | 103.95 | 0.96 | 0.32 |
| Hex | 2D | A0 | 3 | 48 | 0 | 62 | 25 | 68 | 60 | 20 |
| Octal | 55 | 240 | 3 | 110 | 0 | 142 | 45 | 150 | 140 | 40 |
| Binary | 101101 | 10100000 | 11 | 1001000 | 0 | 1100010 | 100101 | 1101000 | 1100000 | 100000 |
Color Harmonies of #2DA003
Complementary color
Monochromatic Colors of #2DA003
Black with #2DA003
Text Example
Text Example
White with #2DA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA003; }
p { color: rgb(45,160,3); }
H1.HeaderClassName
{
color: #2DA003;
}
.AnyTagClassName
{
color: #2DA003;
}
</style>
background-color css
<style>
a { background-color: #2DA003; }
a { background-color: rgb(45,160,3); }
div.DivClassName
{
background-color: #2DA003;
}
.BgClassName
{
background-color: #2DA003;
}
</style>
border-color css
<style>
span { border-color: #2DA003; }
span { border-color: rgb(45,160,3); }
td.TdClassName
{
border-color: #2DA003;
}
.TagClassName
{
border-color: #2DA003;
}
</style>