Shades of Forest Green #2D842C
Tints of Forest Green #2D842C
RGB
CMYK
RGB Variations
Color information
#2D842C (or 0x2D842C) is known color: Forest Green. HEX triplet: 2D, 84 and 2C. RGB value is (45,132,44). Sum of RGB (Red+Green+Blue) = 45+132+44=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #2D842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D842C is #D27BD3. Grayscale: #606060. Windows color (decimal): -13794260 or 2917421. OLE color: 2917421.
HSL color Cylindrical-coordinate representation of color #2D842C: hue angle of 119.32º 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 #2D842C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 44 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.48 |
| HSL | 119.32º | 0.5% | 0.35% | - |
| HSV(B) | 119.32º | 0.67% | 0.52% | - |
| XYZ | 9.79 | 17.24 | 5.2 | - |
| YUV | 95.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 44 | 0.66 | 0 | 0.67 | 0.48 | 119.32 | 0.5 | 0.35 |
| Hex | 2D | 84 | 2C | 42 | 0 | 43 | 30 | 77 | 32 | 23 |
| Octal | 55 | 204 | 54 | 102 | 0 | 103 | 60 | 167 | 62 | 43 |
| Binary | 101101 | 10000100 | 101100 | 1000010 | 0 | 1000011 | 110000 | 1110111 | 110010 | 100011 |
Color Harmonies of #2D842C
Complementary color
Monochromatic Colors of #2D842C
Black with #2D842C
Text Example
Text Example
White with #2D842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D842C; }
p { color: rgb(45,132,44); }
H1.HeaderClassName
{
color: #2D842C;
}
.AnyTagClassName
{
color: #2D842C;
}
</style>
background-color css
<style>
a { background-color: #2D842C; }
a { background-color: rgb(45,132,44); }
div.DivClassName
{
background-color: #2D842C;
}
.BgClassName
{
background-color: #2D842C;
}
</style>
border-color css
<style>
span { border-color: #2D842C; }
span { border-color: rgb(45,132,44); }
td.TdClassName
{
border-color: #2D842C;
}
.TagClassName
{
border-color: #2D842C;
}
</style>