Shades of Forest Green #2D8817
Tints of Forest Green #2D8817
RGB
CMYK
RGB Variations
Color information
#2D8817 (or 0x2D8817) is known color: Forest Green. HEX triplet: 2D, 88 and 17. RGB value is (45,136,23). Sum of RGB (Red+Green+Blue) = 45+136+23=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8817 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8817 is #D277E8. Grayscale: #606060. Windows color (decimal): -13793257 or 1542189. OLE color: 1542189.
HSL color Cylindrical-coordinate representation of color #2D8817: hue angle of 108.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D8817 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 23 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.47 |
| HSL | 108.32º | 0.71% | 0.31% | - |
| HSV(B) | 108.32º | 0.83% | 0.53% | - |
| XYZ | 10.04 | 18.23 | 3.8 | - |
| YUV | 95.91 | 86.85 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 23 | 0.67 | 0 | 0.83 | 0.47 | 108.32 | 0.71 | 0.31 |
| Hex | 2D | 88 | 17 | 43 | 0 | 53 | 2F | 6C | 47 | 1F |
| Octal | 55 | 210 | 27 | 103 | 0 | 123 | 57 | 154 | 107 | 37 |
| Binary | 101101 | 10001000 | 10111 | 1000011 | 0 | 1010011 | 101111 | 1101100 | 1000111 | 11111 |
Color Harmonies of #2D8817
Complementary color
Monochromatic Colors of #2D8817
Black with #2D8817
Text Example
Text Example
White with #2D8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8817; }
p { color: rgb(45,136,23); }
H1.HeaderClassName
{
color: #2D8817;
}
.AnyTagClassName
{
color: #2D8817;
}
</style>
background-color css
<style>
a { background-color: #2D8817; }
a { background-color: rgb(45,136,23); }
div.DivClassName
{
background-color: #2D8817;
}
.BgClassName
{
background-color: #2D8817;
}
</style>
border-color css
<style>
span { border-color: #2D8817; }
span { border-color: rgb(45,136,23); }
td.TdClassName
{
border-color: #2D8817;
}
.TagClassName
{
border-color: #2D8817;
}
</style>