Shades of Forest Green #1C812D
Tints of Forest Green #1C812D
RGB
CMYK
RGB Variations
Color information
#1C812D (or 0x1C812D) is known color: Forest Green. HEX triplet: 1C, 81 and 2D. RGB value is (28,129,45). Sum of RGB (Red+Green+Blue) = 28+129+45=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #1C812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C812D is #E37ED2. Grayscale: #595959. Windows color (decimal): -14909139 or 2982172. OLE color: 2982172.
HSL color Cylindrical-coordinate representation of color #1C812D: hue angle of 130.1º 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 #1C812D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 45 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.49 |
| HSL | 130.1º | 0.64% | 0.31% | - |
| HSV(B) | 130.1º | 0.78% | 0.51% | - |
| XYZ | 8.8 | 16.14 | 5.13 | - |
| YUV | 89.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 45 | 0.78 | 0 | 0.65 | 0.49 | 130.1 | 0.64 | 0.31 |
| Hex | 1C | 81 | 2D | 4E | 0 | 41 | 31 | 82 | 40 | 1F |
| Octal | 34 | 201 | 55 | 116 | 0 | 101 | 61 | 202 | 100 | 37 |
| Binary | 11100 | 10000001 | 101101 | 1001110 | 0 | 1000001 | 110001 | 10000010 | 1000000 | 11111 |
Color Harmonies of #1C812D
Complementary color
Monochromatic Colors of #1C812D
Black with #1C812D
Text Example
Text Example
White with #1C812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C812D; }
p { color: rgb(28,129,45); }
H1.HeaderClassName
{
color: #1C812D;
}
.AnyTagClassName
{
color: #1C812D;
}
</style>
background-color css
<style>
a { background-color: #1C812D; }
a { background-color: rgb(28,129,45); }
div.DivClassName
{
background-color: #1C812D;
}
.BgClassName
{
background-color: #1C812D;
}
</style>
border-color css
<style>
span { border-color: #1C812D; }
span { border-color: rgb(28,129,45); }
td.TdClassName
{
border-color: #1C812D;
}
.TagClassName
{
border-color: #1C812D;
}
</style>