Shades of Forest Green #2D8822
Tints of Forest Green #2D8822
RGB
CMYK
RGB Variations
Color information
#2D8822 (or 0x2D8822) is known color: Forest Green. HEX triplet: 2D, 88 and 22. RGB value is (45,136,34). Sum of RGB (Red+Green+Blue) = 45+136+34=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8822 is #D277DD. Grayscale: #616161. Windows color (decimal): -13793246 or 2263085. OLE color: 2263085.
HSL color Cylindrical-coordinate representation of color #2D8822: hue angle of 113.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D8822 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 34 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.47 |
| HSL | 113.53º | 0.6% | 0.33% | - |
| HSV(B) | 113.53º | 0.75% | 0.53% | - |
| XYZ | 10.18 | 18.28 | 4.51 | - |
| YUV | 97.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 34 | 0.67 | 0 | 0.75 | 0.47 | 113.53 | 0.6 | 0.33 |
| Hex | 2D | 88 | 22 | 43 | 0 | 4B | 2F | 72 | 3C | 21 |
| Octal | 55 | 210 | 42 | 103 | 0 | 113 | 57 | 162 | 74 | 41 |
| Binary | 101101 | 10001000 | 100010 | 1000011 | 0 | 1001011 | 101111 | 1110010 | 111100 | 100001 |
Color Harmonies of #2D8822
Complementary color
Monochromatic Colors of #2D8822
Black with #2D8822
Text Example
Text Example
White with #2D8822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8822; }
p { color: rgb(45,136,34); }
H1.HeaderClassName
{
color: #2D8822;
}
.AnyTagClassName
{
color: #2D8822;
}
</style>
background-color css
<style>
a { background-color: #2D8822; }
a { background-color: rgb(45,136,34); }
div.DivClassName
{
background-color: #2D8822;
}
.BgClassName
{
background-color: #2D8822;
}
</style>
border-color css
<style>
span { border-color: #2D8822; }
span { border-color: rgb(45,136,34); }
td.TdClassName
{
border-color: #2D8822;
}
.TagClassName
{
border-color: #2D8822;
}
</style>