Shades of Forest Green #1C852B
Tints of Forest Green #1C852B
RGB
CMYK
RGB Variations
Color information
#1C852B (or 0x1C852B) is known color: Forest Green. HEX triplet: 1C, 85 and 2B. RGB value is (28,133,43). Sum of RGB (Red+Green+Blue) = 28+133+43=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #1C852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C852B is #E37AD4. Grayscale: #5B5B5B. Windows color (decimal): -14908117 or 2852124. OLE color: 2852124.
HSL color Cylindrical-coordinate representation of color #1C852B: hue angle of 128.57º 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 #1C852B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 43 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.48 |
| HSL | 128.57º | 0.65% | 0.32% | - |
| HSV(B) | 128.57º | 0.79% | 0.52% | - |
| XYZ | 9.3 | 17.2 | 5.11 | - |
| YUV | 91.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 43 | 0.79 | 0 | 0.68 | 0.48 | 128.57 | 0.65 | 0.32 |
| Hex | 1C | 85 | 2B | 4F | 0 | 44 | 30 | 81 | 41 | 20 |
| Octal | 34 | 205 | 53 | 117 | 0 | 104 | 60 | 201 | 101 | 40 |
| Binary | 11100 | 10000101 | 101011 | 1001111 | 0 | 1000100 | 110000 | 10000001 | 1000001 | 100000 |
Color Harmonies of #1C852B
Complementary color
Monochromatic Colors of #1C852B
Black with #1C852B
Text Example
Text Example
White with #1C852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C852B; }
p { color: rgb(28,133,43); }
H1.HeaderClassName
{
color: #1C852B;
}
.AnyTagClassName
{
color: #1C852B;
}
</style>
background-color css
<style>
a { background-color: #1C852B; }
a { background-color: rgb(28,133,43); }
div.DivClassName
{
background-color: #1C852B;
}
.BgClassName
{
background-color: #1C852B;
}
</style>
border-color css
<style>
span { border-color: #1C852B; }
span { border-color: rgb(28,133,43); }
td.TdClassName
{
border-color: #1C852B;
}
.TagClassName
{
border-color: #1C852B;
}
</style>