Shades of Forest Green #2C821D
Tints of Forest Green #2C821D
RGB
CMYK
RGB Variations
Color information
#2C821D (or 0x2C821D) is known color: Forest Green. HEX triplet: 2C, 82 and 1D. RGB value is (44,130,29). Sum of RGB (Red+Green+Blue) = 44+130+29=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #2C821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C821D is #D37DE2. Grayscale: #5D5D5D. Windows color (decimal): -13860323 or 1933868. OLE color: 1933868.
HSL color Cylindrical-coordinate representation of color #2C821D: hue angle of 111.09º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C821D is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 130 | 29 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.49 |
| HSL | 111.09º | 0.64% | 0.31% | - |
| HSV(B) | 111.09º | 0.78% | 0.51% | - |
| XYZ | 9.24 | 16.59 | 3.88 | - |
| YUV | 92.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 29 | 0.66 | 0 | 0.78 | 0.49 | 111.09 | 0.64 | 0.31 |
| Hex | 2C | 82 | 1D | 42 | 0 | 4E | 31 | 6F | 40 | 1F |
| Octal | 54 | 202 | 35 | 102 | 0 | 116 | 61 | 157 | 100 | 37 |
| Binary | 101100 | 10000010 | 11101 | 1000010 | 0 | 1001110 | 110001 | 1101111 | 1000000 | 11111 |
Color Harmonies of #2C821D
Complementary color
Monochromatic Colors of #2C821D
Black with #2C821D
Text Example
Text Example
White with #2C821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C821D; }
p { color: rgb(44,130,29); }
H1.HeaderClassName
{
color: #2C821D;
}
.AnyTagClassName
{
color: #2C821D;
}
</style>
background-color css
<style>
a { background-color: #2C821D; }
a { background-color: rgb(44,130,29); }
div.DivClassName
{
background-color: #2C821D;
}
.BgClassName
{
background-color: #2C821D;
}
</style>
border-color css
<style>
span { border-color: #2C821D; }
span { border-color: rgb(44,130,29); }
td.TdClassName
{
border-color: #2C821D;
}
.TagClassName
{
border-color: #2C821D;
}
</style>