Shades of Forest Green #1C822D
Tints of Forest Green #1C822D
RGB
CMYK
RGB Variations
Color information
#1C822D (or 0x1C822D) is known color: Forest Green. HEX triplet: 1C, 82 and 2D. RGB value is (28,130,45). Sum of RGB (Red+Green+Blue) = 28+130+45=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #1C822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C822D is #E37DD2. Grayscale: #5A5A5A. Windows color (decimal): -14908883 or 2982428. OLE color: 2982428.
HSL color Cylindrical-coordinate representation of color #1C822D: hue angle of 130º degrees, saturation: 0.65, 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 #1C822D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 130 | 45 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.49 |
| HSL | 130º | 0.65% | 0.31% | - |
| HSV(B) | 130º | 0.78% | 0.51% | - |
| XYZ | 8.94 | 16.4 | 5.18 | - |
| YUV | 89.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 45 | 0.78 | 0 | 0.65 | 0.49 | 130 | 0.65 | 0.31 |
| Hex | 1C | 82 | 2D | 4E | 0 | 41 | 31 | 82 | 41 | 1F |
| Octal | 34 | 202 | 55 | 116 | 0 | 101 | 61 | 202 | 101 | 37 |
| Binary | 11100 | 10000010 | 101101 | 1001110 | 0 | 1000001 | 110001 | 10000010 | 1000001 | 11111 |
Color Harmonies of #1C822D
Complementary color
Monochromatic Colors of #1C822D
Black with #1C822D
Text Example
Text Example
White with #1C822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C822D; }
p { color: rgb(28,130,45); }
H1.HeaderClassName
{
color: #1C822D;
}
.AnyTagClassName
{
color: #1C822D;
}
</style>
background-color css
<style>
a { background-color: #1C822D; }
a { background-color: rgb(28,130,45); }
div.DivClassName
{
background-color: #1C822D;
}
.BgClassName
{
background-color: #1C822D;
}
</style>
border-color css
<style>
span { border-color: #1C822D; }
span { border-color: rgb(28,130,45); }
td.TdClassName
{
border-color: #1C822D;
}
.TagClassName
{
border-color: #1C822D;
}
</style>