Shades of Forest Green #2C942A
Tints of Forest Green #2C942A
RGB
CMYK
RGB Variations
Color information
#2C942A (or 0x2C942A) is known color: Forest Green. HEX triplet: 2C, 94 and 2A. RGB value is (44,148,42). Sum of RGB (Red+Green+Blue) = 44+148+42=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #2C942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C942A is #D36BD5. Grayscale: #696969. Windows color (decimal): -13855702 or 2790444. OLE color: 2790444.
HSL color Cylindrical-coordinate representation of color #2C942A: hue angle of 118.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C942A is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 42 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.42 |
| HSL | 118.87º | 0.56% | 0.37% | - |
| HSV(B) | 118.87º | 0.72% | 0.58% | - |
| XYZ | 12.05 | 21.88 | 5.78 | - |
| YUV | 104.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 42 | 0.70 | 0 | 0.72 | 0.42 | 118.87 | 0.56 | 0.37 |
| Hex | 2C | 94 | 2A | 46 | 0 | 48 | 2A | 77 | 38 | 25 |
| Octal | 54 | 224 | 52 | 106 | 0 | 110 | 52 | 167 | 70 | 45 |
| Binary | 101100 | 10010100 | 101010 | 1000110 | 0 | 1001000 | 101010 | 1110111 | 111000 | 100101 |
Color Harmonies of #2C942A
Complementary color
Monochromatic Colors of #2C942A
Black with #2C942A
Text Example
Text Example
White with #2C942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C942A; }
p { color: rgb(44,148,42); }
H1.HeaderClassName
{
color: #2C942A;
}
.AnyTagClassName
{
color: #2C942A;
}
</style>
background-color css
<style>
a { background-color: #2C942A; }
a { background-color: rgb(44,148,42); }
div.DivClassName
{
background-color: #2C942A;
}
.BgClassName
{
background-color: #2C942A;
}
</style>
border-color css
<style>
span { border-color: #2C942A; }
span { border-color: rgb(44,148,42); }
td.TdClassName
{
border-color: #2C942A;
}
.TagClassName
{
border-color: #2C942A;
}
</style>