Shades of Forest Green #1C8524
Tints of Forest Green #1C8524
RGB
CMYK
RGB Variations
Color information
#1C8524 (or 0x1C8524) is known color: Forest Green. HEX triplet: 1C, 85 and 24. RGB value is (28,133,36). Sum of RGB (Red+Green+Blue) = 28+133+36=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8524 is #E37ADB. Grayscale: #5A5A5A. Windows color (decimal): -14908124 or 2393372. OLE color: 2393372.
HSL color Cylindrical-coordinate representation of color #1C8524: hue angle of 124.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 #1C8524 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 36 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.48 |
| HSL | 124.57º | 0.65% | 0.32% | - |
| HSV(B) | 124.57º | 0.79% | 0.52% | - |
| XYZ | 9.18 | 17.15 | 4.5 | - |
| YUV | 90.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 36 | 0.79 | 0 | 0.73 | 0.48 | 124.57 | 0.65 | 0.32 |
| Hex | 1C | 85 | 24 | 4F | 0 | 49 | 30 | 7D | 41 | 20 |
| Octal | 34 | 205 | 44 | 117 | 0 | 111 | 60 | 175 | 101 | 40 |
| Binary | 11100 | 10000101 | 100100 | 1001111 | 0 | 1001001 | 110000 | 1111101 | 1000001 | 100000 |
Color Harmonies of #1C8524
Complementary color
Monochromatic Colors of #1C8524
Black with #1C8524
Text Example
Text Example
White with #1C8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8524; }
p { color: rgb(28,133,36); }
H1.HeaderClassName
{
color: #1C8524;
}
.AnyTagClassName
{
color: #1C8524;
}
</style>
background-color css
<style>
a { background-color: #1C8524; }
a { background-color: rgb(28,133,36); }
div.DivClassName
{
background-color: #1C8524;
}
.BgClassName
{
background-color: #1C8524;
}
</style>
border-color css
<style>
span { border-color: #1C8524; }
span { border-color: rgb(28,133,36); }
td.TdClassName
{
border-color: #1C8524;
}
.TagClassName
{
border-color: #1C8524;
}
</style>