Shades of Forest Green #1C8728
Tints of Forest Green #1C8728
RGB
CMYK
RGB Variations
Color information
#1C8728 (or 0x1C8728) is known color: Forest Green. HEX triplet: 1C, 87 and 28. RGB value is (28,135,40). Sum of RGB (Red+Green+Blue) = 28+135+40=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8728 is #E378D7. Grayscale: #5C5C5C. Windows color (decimal): -14907608 or 2656028. OLE color: 2656028.
HSL color Cylindrical-coordinate representation of color #1C8728: hue angle of 126.73º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8728 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 40 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.47 |
| HSL | 126.73º | 0.66% | 0.32% | - |
| HSV(B) | 126.73º | 0.79% | 0.53% | - |
| XYZ | 9.53 | 17.73 | 4.93 | - |
| YUV | 92.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 40 | 0.79 | 0 | 0.70 | 0.47 | 126.73 | 0.66 | 0.32 |
| Hex | 1C | 87 | 28 | 4F | 0 | 46 | 2F | 7F | 42 | 20 |
| Octal | 34 | 207 | 50 | 117 | 0 | 106 | 57 | 177 | 102 | 40 |
| Binary | 11100 | 10000111 | 101000 | 1001111 | 0 | 1000110 | 101111 | 1111111 | 1000010 | 100000 |
Color Harmonies of #1C8728
Complementary color
Monochromatic Colors of #1C8728
Black with #1C8728
Text Example
Text Example
White with #1C8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8728; }
p { color: rgb(28,135,40); }
H1.HeaderClassName
{
color: #1C8728;
}
.AnyTagClassName
{
color: #1C8728;
}
</style>
background-color css
<style>
a { background-color: #1C8728; }
a { background-color: rgb(28,135,40); }
div.DivClassName
{
background-color: #1C8728;
}
.BgClassName
{
background-color: #1C8728;
}
</style>
border-color css
<style>
span { border-color: #1C8728; }
span { border-color: rgb(28,135,40); }
td.TdClassName
{
border-color: #1C8728;
}
.TagClassName
{
border-color: #1C8728;
}
</style>