Shades of Forest Green #2D852C
Tints of Forest Green #2D852C
RGB
CMYK
RGB Variations
Color information
#2D852C (or 0x2D852C) is known color: Forest Green. HEX triplet: 2D, 85 and 2C. RGB value is (45,133,44). Sum of RGB (Red+Green+Blue) = 45+133+44=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #2D852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D852C is #D27AD3. Grayscale: #606060. Windows color (decimal): -13794004 or 2917677. OLE color: 2917677.
HSL color Cylindrical-coordinate representation of color #2D852C: hue angle of 119.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D852C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 44 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.48 |
| HSL | 119.33º | 0.5% | 0.35% | - |
| HSV(B) | 119.33º | 0.67% | 0.52% | - |
| XYZ | 9.92 | 17.51 | 5.24 | - |
| YUV | 96.54 | 98.35 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 44 | 0.66 | 0 | 0.67 | 0.48 | 119.33 | 0.5 | 0.35 |
| Hex | 2D | 85 | 2C | 42 | 0 | 43 | 30 | 77 | 32 | 23 |
| Octal | 55 | 205 | 54 | 102 | 0 | 103 | 60 | 167 | 62 | 43 |
| Binary | 101101 | 10000101 | 101100 | 1000010 | 0 | 1000011 | 110000 | 1110111 | 110010 | 100011 |
Color Harmonies of #2D852C
Complementary color
Monochromatic Colors of #2D852C
Black with #2D852C
Text Example
Text Example
White with #2D852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D852C; }
p { color: rgb(45,133,44); }
H1.HeaderClassName
{
color: #2D852C;
}
.AnyTagClassName
{
color: #2D852C;
}
</style>
background-color css
<style>
a { background-color: #2D852C; }
a { background-color: rgb(45,133,44); }
div.DivClassName
{
background-color: #2D852C;
}
.BgClassName
{
background-color: #2D852C;
}
</style>
border-color css
<style>
span { border-color: #2D852C; }
span { border-color: rgb(45,133,44); }
td.TdClassName
{
border-color: #2D852C;
}
.TagClassName
{
border-color: #2D852C;
}
</style>