Shades of Forest Green #2C831D
Tints of Forest Green #2C831D
RGB
CMYK
RGB Variations
Color information
#2C831D (or 0x2C831D) is known color: Forest Green. HEX triplet: 2C, 83 and 1D. RGB value is (44,131,29). Sum of RGB (Red+Green+Blue) = 44+131+29=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #2C831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C831D is #D37CE2. Grayscale: #5D5D5D. Windows color (decimal): -13860067 or 1934124. OLE color: 1934124.
HSL color Cylindrical-coordinate representation of color #2C831D: hue angle of 111.18º 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 #2C831D is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 131 | 29 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.49 |
| HSL | 111.18º | 0.64% | 0.31% | - |
| HSV(B) | 111.18º | 0.78% | 0.51% | - |
| XYZ | 9.38 | 16.86 | 3.92 | - |
| YUV | 93.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 29 | 0.66 | 0 | 0.78 | 0.49 | 111.18 | 0.64 | 0.31 |
| Hex | 2C | 83 | 1D | 42 | 0 | 4E | 31 | 6F | 40 | 1F |
| Octal | 54 | 203 | 35 | 102 | 0 | 116 | 61 | 157 | 100 | 37 |
| Binary | 101100 | 10000011 | 11101 | 1000010 | 0 | 1001110 | 110001 | 1101111 | 1000000 | 11111 |
Color Harmonies of #2C831D
Complementary color
Monochromatic Colors of #2C831D
Black with #2C831D
Text Example
Text Example
White with #2C831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C831D; }
p { color: rgb(44,131,29); }
H1.HeaderClassName
{
color: #2C831D;
}
.AnyTagClassName
{
color: #2C831D;
}
</style>
background-color css
<style>
a { background-color: #2C831D; }
a { background-color: rgb(44,131,29); }
div.DivClassName
{
background-color: #2C831D;
}
.BgClassName
{
background-color: #2C831D;
}
</style>
border-color css
<style>
span { border-color: #2C831D; }
span { border-color: rgb(44,131,29); }
td.TdClassName
{
border-color: #2C831D;
}
.TagClassName
{
border-color: #2C831D;
}
</style>