Shades of Forest Green #1C820D
Tints of Forest Green #1C820D
RGB
CMYK
RGB Variations
Color information
#1C820D (or 0x1C820D) is known color: Forest Green. HEX triplet: 1C, 82 and 0D. RGB value is (28,130,13). Sum of RGB (Red+Green+Blue) = 28+130+13=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #1C820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C820D is #E37DF2. Grayscale: #565656. Windows color (decimal): -14908915 or 885276. OLE color: 885276.
HSL color Cylindrical-coordinate representation of color #1C820D: hue angle of 112.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C820D is Cyan = 0.78, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 130 | 13 | - |
| CMYK | 0.78 | 0 | 0.9 | 0.49 |
| HSL | 112.31º | 0.82% | 0.28% | - |
| HSV(B) | 112.31º | 0.9% | 0.51% | - |
| XYZ | 8.53 | 16.24 | 3.07 | - |
| YUV | 86.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 13 | 0.78 | 0 | 0.9 | 0.49 | 112.31 | 0.82 | 0.28 |
| Hex | 1C | 82 | D | 4E | 0 | 5A | 31 | 70 | 52 | 1C |
| Octal | 34 | 202 | 15 | 116 | 0 | 132 | 61 | 160 | 122 | 34 |
| Binary | 11100 | 10000010 | 1101 | 1001110 | 0 | 1011010 | 110001 | 1110000 | 1010010 | 11100 |
Color Harmonies of #1C820D
Complementary color
Monochromatic Colors of #1C820D
Black with #1C820D
Text Example
Text Example
White with #1C820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C820D; }
p { color: rgb(28,130,13); }
H1.HeaderClassName
{
color: #1C820D;
}
.AnyTagClassName
{
color: #1C820D;
}
</style>
background-color css
<style>
a { background-color: #1C820D; }
a { background-color: rgb(28,130,13); }
div.DivClassName
{
background-color: #1C820D;
}
.BgClassName
{
background-color: #1C820D;
}
</style>
border-color css
<style>
span { border-color: #1C820D; }
span { border-color: rgb(28,130,13); }
td.TdClassName
{
border-color: #1C820D;
}
.TagClassName
{
border-color: #1C820D;
}
</style>