Shades of Forest Green #1C852D
Tints of Forest Green #1C852D
RGB
CMYK
RGB Variations
Color information
#1C852D (or 0x1C852D) is known color: Forest Green. HEX triplet: 1C, 85 and 2D. RGB value is (28,133,45). Sum of RGB (Red+Green+Blue) = 28+133+45=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #1C852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C852D is #E37AD2. Grayscale: #5B5B5B. Windows color (decimal): -14908115 or 2983196. OLE color: 2983196.
HSL color Cylindrical-coordinate representation of color #1C852D: hue angle of 129.71º 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 #1C852D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 45 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.48 |
| HSL | 129.71º | 0.65% | 0.32% | - |
| HSV(B) | 129.71º | 0.79% | 0.52% | - |
| XYZ | 9.34 | 17.21 | 5.31 | - |
| YUV | 91.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 45 | 0.79 | 0 | 0.66 | 0.48 | 129.71 | 0.65 | 0.32 |
| Hex | 1C | 85 | 2D | 4F | 0 | 42 | 30 | 82 | 41 | 20 |
| Octal | 34 | 205 | 55 | 117 | 0 | 102 | 60 | 202 | 101 | 40 |
| Binary | 11100 | 10000101 | 101101 | 1001111 | 0 | 1000010 | 110000 | 10000010 | 1000001 | 100000 |
Color Harmonies of #1C852D
Complementary color
Monochromatic Colors of #1C852D
Black with #1C852D
Text Example
Text Example
White with #1C852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C852D; }
p { color: rgb(28,133,45); }
H1.HeaderClassName
{
color: #1C852D;
}
.AnyTagClassName
{
color: #1C852D;
}
</style>
background-color css
<style>
a { background-color: #1C852D; }
a { background-color: rgb(28,133,45); }
div.DivClassName
{
background-color: #1C852D;
}
.BgClassName
{
background-color: #1C852D;
}
</style>
border-color css
<style>
span { border-color: #1C852D; }
span { border-color: rgb(28,133,45); }
td.TdClassName
{
border-color: #1C852D;
}
.TagClassName
{
border-color: #1C852D;
}
</style>