Shades of Forest Green #2DA933
Tints of Forest Green #2DA933
RGB
CMYK
RGB Variations
Color information
#2DA933 (or 0x2DA933) is known color: Forest Green. HEX triplet: 2D, A9 and 33. RGB value is (45,169,51). Sum of RGB (Red+Green+Blue) = 45+169+51=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA933 is #D256CC. Grayscale: #767676. Windows color (decimal): -13784781 or 3385645. OLE color: 3385645.
HSL color Cylindrical-coordinate representation of color #2DA933: hue angle of 122.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA933 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 51 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.34 |
| HSL | 122.9º | 0.58% | 0.42% | - |
| HSV(B) | 122.9º | 0.73% | 0.66% | - |
| XYZ | 15.87 | 29.17 | 7.93 | - |
| YUV | 118.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 51 | 0.73 | 0 | 0.70 | 0.34 | 122.9 | 0.58 | 0.42 |
| Hex | 2D | A9 | 33 | 49 | 0 | 46 | 22 | 7B | 3A | 2A |
| Octal | 55 | 251 | 63 | 111 | 0 | 106 | 42 | 173 | 72 | 52 |
| Binary | 101101 | 10101001 | 110011 | 1001001 | 0 | 1000110 | 100010 | 1111011 | 111010 | 101010 |
Color Harmonies of #2DA933
Complementary color
Monochromatic Colors of #2DA933
Black with #2DA933
Text Example
Text Example
White with #2DA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA933; }
p { color: rgb(45,169,51); }
H1.HeaderClassName
{
color: #2DA933;
}
.AnyTagClassName
{
color: #2DA933;
}
</style>
background-color css
<style>
a { background-color: #2DA933; }
a { background-color: rgb(45,169,51); }
div.DivClassName
{
background-color: #2DA933;
}
.BgClassName
{
background-color: #2DA933;
}
</style>
border-color css
<style>
span { border-color: #2DA933; }
span { border-color: rgb(45,169,51); }
td.TdClassName
{
border-color: #2DA933;
}
.TagClassName
{
border-color: #2DA933;
}
</style>