Shades of Forest Green #2D942C
Tints of Forest Green #2D942C
RGB
CMYK
RGB Variations
Color information
#2D942C (or 0x2D942C) is known color: Forest Green. HEX triplet: 2D, 94 and 2C. RGB value is (45,148,44). Sum of RGB (Red+Green+Blue) = 45+148+44=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #2D942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D942C is #D26BD3. Grayscale: #696969. Windows color (decimal): -13790164 or 2921517. OLE color: 2921517.
HSL color Cylindrical-coordinate representation of color #2D942C: hue angle of 119.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D942C is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 44 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.42 |
| HSL | 119.42º | 0.54% | 0.38% | - |
| HSV(B) | 119.42º | 0.7% | 0.58% | - |
| XYZ | 12.13 | 21.92 | 5.97 | - |
| YUV | 105.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 44 | 0.70 | 0 | 0.70 | 0.42 | 119.42 | 0.54 | 0.38 |
| Hex | 2D | 94 | 2C | 46 | 0 | 46 | 2A | 77 | 36 | 26 |
| Octal | 55 | 224 | 54 | 106 | 0 | 106 | 52 | 167 | 66 | 46 |
| Binary | 101101 | 10010100 | 101100 | 1000110 | 0 | 1000110 | 101010 | 1110111 | 110110 | 100110 |
Color Harmonies of #2D942C
Complementary color
Monochromatic Colors of #2D942C
Black with #2D942C
Text Example
Text Example
White with #2D942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D942C; }
p { color: rgb(45,148,44); }
H1.HeaderClassName
{
color: #2D942C;
}
.AnyTagClassName
{
color: #2D942C;
}
</style>
background-color css
<style>
a { background-color: #2D942C; }
a { background-color: rgb(45,148,44); }
div.DivClassName
{
background-color: #2D942C;
}
.BgClassName
{
background-color: #2D942C;
}
</style>
border-color css
<style>
span { border-color: #2D942C; }
span { border-color: rgb(45,148,44); }
td.TdClassName
{
border-color: #2D942C;
}
.TagClassName
{
border-color: #2D942C;
}
</style>