Shades of Forest Green #2DA30B
Tints of Forest Green #2DA30B
RGB
CMYK
RGB Variations
Color information
#2DA30B (or 0x2DA30B) is known color: Forest Green. HEX triplet: 2D, A3 and 0B. RGB value is (45,163,11). Sum of RGB (Red+Green+Blue) = 45+163+11=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 163 (64.06% from 255 or 74.43% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA30B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA30B is #D25CF4. Grayscale: #6E6E6E. Windows color (decimal): -13786357 or 762669. OLE color: 762669.
HSL color Cylindrical-coordinate representation of color #2DA30B: hue angle of 106.58º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DA30B is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 11 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.36 |
| HSL | 106.58º | 0.87% | 0.34% | - |
| HSV(B) | 106.58º | 0.93% | 0.64% | - |
| XYZ | 14.24 | 26.78 | 4.73 | - |
| YUV | 110.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 11 | 0.72 | 0 | 0.93 | 0.36 | 106.58 | 0.87 | 0.34 |
| Hex | 2D | A3 | B | 48 | 0 | 5D | 24 | 6B | 57 | 22 |
| Octal | 55 | 243 | 13 | 110 | 0 | 135 | 44 | 153 | 127 | 42 |
| Binary | 101101 | 10100011 | 1011 | 1001000 | 0 | 1011101 | 100100 | 1101011 | 1010111 | 100010 |
Color Harmonies of #2DA30B
Complementary color
Monochromatic Colors of #2DA30B
Black with #2DA30B
Text Example
Text Example
White with #2DA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA30B; }
p { color: rgb(45,163,11); }
H1.HeaderClassName
{
color: #2DA30B;
}
.AnyTagClassName
{
color: #2DA30B;
}
</style>
background-color css
<style>
a { background-color: #2DA30B; }
a { background-color: rgb(45,163,11); }
div.DivClassName
{
background-color: #2DA30B;
}
.BgClassName
{
background-color: #2DA30B;
}
</style>
border-color css
<style>
span { border-color: #2DA30B; }
span { border-color: rgb(45,163,11); }
td.TdClassName
{
border-color: #2DA30B;
}
.TagClassName
{
border-color: #2DA30B;
}
</style>