Shades of Forest Green #1C852C
Tints of Forest Green #1C852C
RGB
CMYK
RGB Variations
Color information
#1C852C (or 0x1C852C) is known color: Forest Green. HEX triplet: 1C, 85 and 2C. RGB value is (28,133,44). Sum of RGB (Red+Green+Blue) = 28+133+44=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #1C852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C852C is #E37AD3. Grayscale: #5B5B5B. Windows color (decimal): -14908116 or 2917660. OLE color: 2917660.
HSL color Cylindrical-coordinate representation of color #1C852C: hue angle of 129.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C852C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 44 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.48 |
| HSL | 129.14º | 0.65% | 0.32% | - |
| HSV(B) | 129.14º | 0.79% | 0.52% | - |
| XYZ | 9.32 | 17.2 | 5.21 | - |
| YUV | 91.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 44 | 0.79 | 0 | 0.67 | 0.48 | 129.14 | 0.65 | 0.32 |
| Hex | 1C | 85 | 2C | 4F | 0 | 43 | 30 | 81 | 41 | 20 |
| Octal | 34 | 205 | 54 | 117 | 0 | 103 | 60 | 201 | 101 | 40 |
| Binary | 11100 | 10000101 | 101100 | 1001111 | 0 | 1000011 | 110000 | 10000001 | 1000001 | 100000 |
Color Harmonies of #1C852C
Complementary color
Monochromatic Colors of #1C852C
Black with #1C852C
Text Example
Text Example
White with #1C852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C852C; }
p { color: rgb(28,133,44); }
H1.HeaderClassName
{
color: #1C852C;
}
.AnyTagClassName
{
color: #1C852C;
}
</style>
background-color css
<style>
a { background-color: #1C852C; }
a { background-color: rgb(28,133,44); }
div.DivClassName
{
background-color: #1C852C;
}
.BgClassName
{
background-color: #1C852C;
}
</style>
border-color css
<style>
span { border-color: #1C852C; }
span { border-color: rgb(28,133,44); }
td.TdClassName
{
border-color: #1C852C;
}
.TagClassName
{
border-color: #1C852C;
}
</style>