Shades of Forest Green #2D993D
Tints of Forest Green #2D993D
RGB
CMYK
RGB Variations
Color information
#2D993D (or 0x2D993D) is known color: Forest Green. HEX triplet: 2D, 99 and 3D. RGB value is (45,153,61). Sum of RGB (Red+Green+Blue) = 45+153+61=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #2D993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D993D is #D266C2. Grayscale: #6E6E6E. Windows color (decimal): -13788867 or 4036909. OLE color: 4036909.
HSL color Cylindrical-coordinate representation of color #2D993D: hue angle of 128.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D993D is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 61 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.4 |
| HSL | 128.89º | 0.55% | 0.39% | - |
| HSV(B) | 128.89º | 0.71% | 0.6% | - |
| XYZ | 13.32 | 23.68 | 8.28 | - |
| YUV | 110.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 61 | 0.71 | 0 | 0.60 | 0.4 | 128.89 | 0.55 | 0.39 |
| Hex | 2D | 99 | 3D | 47 | 0 | 3C | 28 | 81 | 37 | 27 |
| Octal | 55 | 231 | 75 | 107 | 0 | 74 | 50 | 201 | 67 | 47 |
| Binary | 101101 | 10011001 | 111101 | 1000111 | 0 | 111100 | 101000 | 10000001 | 110111 | 100111 |
Color Harmonies of #2D993D
Complementary color
Monochromatic Colors of #2D993D
Black with #2D993D
Text Example
Text Example
White with #2D993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D993D; }
p { color: rgb(45,153,61); }
H1.HeaderClassName
{
color: #2D993D;
}
.AnyTagClassName
{
color: #2D993D;
}
</style>
background-color css
<style>
a { background-color: #2D993D; }
a { background-color: rgb(45,153,61); }
div.DivClassName
{
background-color: #2D993D;
}
.BgClassName
{
background-color: #2D993D;
}
</style>
border-color css
<style>
span { border-color: #2D993D; }
span { border-color: rgb(45,153,61); }
td.TdClassName
{
border-color: #2D993D;
}
.TagClassName
{
border-color: #2D993D;
}
</style>