Shades of Forest Green #2DA30D
Tints of Forest Green #2DA30D
RGB
CMYK
RGB Variations
Color information
#2DA30D (or 0x2DA30D) is known color: Forest Green. HEX triplet: 2D, A3 and 0D. RGB value is (45,163,13). Sum of RGB (Red+Green+Blue) = 45+163+13=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 163 (64.06% from 255 or 73.76% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA30D is #D25CF2. Grayscale: #6F6F6F. Windows color (decimal): -13786355 or 893741. OLE color: 893741.
HSL color Cylindrical-coordinate representation of color #2DA30D: hue angle of 107.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DA30D is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 13 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.36 |
| HSL | 107.2º | 0.85% | 0.35% | - |
| HSV(B) | 107.2º | 0.92% | 0.64% | - |
| XYZ | 14.25 | 26.78 | 4.8 | - |
| YUV | 110.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 13 | 0.72 | 0 | 0.92 | 0.36 | 107.2 | 0.85 | 0.35 |
| Hex | 2D | A3 | D | 48 | 0 | 5C | 24 | 6B | 55 | 23 |
| Octal | 55 | 243 | 15 | 110 | 0 | 134 | 44 | 153 | 125 | 43 |
| Binary | 101101 | 10100011 | 1101 | 1001000 | 0 | 1011100 | 100100 | 1101011 | 1010101 | 100011 |
Color Harmonies of #2DA30D
Complementary color
Monochromatic Colors of #2DA30D
Black with #2DA30D
Text Example
Text Example
White with #2DA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA30D; }
p { color: rgb(45,163,13); }
H1.HeaderClassName
{
color: #2DA30D;
}
.AnyTagClassName
{
color: #2DA30D;
}
</style>
background-color css
<style>
a { background-color: #2DA30D; }
a { background-color: rgb(45,163,13); }
div.DivClassName
{
background-color: #2DA30D;
}
.BgClassName
{
background-color: #2DA30D;
}
</style>
border-color css
<style>
span { border-color: #2DA30D; }
span { border-color: rgb(45,163,13); }
td.TdClassName
{
border-color: #2DA30D;
}
.TagClassName
{
border-color: #2DA30D;
}
</style>