Shades of Forest Green #1C842D
Tints of Forest Green #1C842D
RGB
CMYK
RGB Variations
Color information
#1C842D (or 0x1C842D) is known color: Forest Green. HEX triplet: 1C, 84 and 2D. RGB value is (28,132,45). Sum of RGB (Red+Green+Blue) = 28+132+45=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #1C842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C842D is #E37BD2. Grayscale: #5B5B5B. Windows color (decimal): -14908371 or 2982940. OLE color: 2982940.
HSL color Cylindrical-coordinate representation of color #1C842D: hue angle of 129.81º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C842D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 45 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.48 |
| HSL | 129.81º | 0.65% | 0.31% | - |
| HSV(B) | 129.81º | 0.79% | 0.52% | - |
| XYZ | 9.2 | 16.94 | 5.27 | - |
| YUV | 90.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 45 | 0.79 | 0 | 0.66 | 0.48 | 129.81 | 0.65 | 0.31 |
| Hex | 1C | 84 | 2D | 4F | 0 | 42 | 30 | 82 | 41 | 1F |
| Octal | 34 | 204 | 55 | 117 | 0 | 102 | 60 | 202 | 101 | 37 |
| Binary | 11100 | 10000100 | 101101 | 1001111 | 0 | 1000010 | 110000 | 10000010 | 1000001 | 11111 |
Color Harmonies of #1C842D
Complementary color
Monochromatic Colors of #1C842D
Black with #1C842D
Text Example
Text Example
White with #1C842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C842D; }
p { color: rgb(28,132,45); }
H1.HeaderClassName
{
color: #1C842D;
}
.AnyTagClassName
{
color: #1C842D;
}
</style>
background-color css
<style>
a { background-color: #1C842D; }
a { background-color: rgb(28,132,45); }
div.DivClassName
{
background-color: #1C842D;
}
.BgClassName
{
background-color: #1C842D;
}
</style>
border-color css
<style>
span { border-color: #1C842D; }
span { border-color: rgb(28,132,45); }
td.TdClassName
{
border-color: #1C842D;
}
.TagClassName
{
border-color: #1C842D;
}
</style>