Shades of Forest Green #1C8731
Tints of Forest Green #1C8731
RGB
CMYK
RGB Variations
Color information
#1C8731 (or 0x1C8731) is known color: Forest Green. HEX triplet: 1C, 87 and 31. RGB value is (28,135,49). Sum of RGB (Red+Green+Blue) = 28+135+49=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8731 is #E378CE. Grayscale: #5D5D5D. Windows color (decimal): -14907599 or 3245852. OLE color: 3245852.
HSL color Cylindrical-coordinate representation of color #1C8731: hue angle of 131.78º 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 #1C8731 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 49 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.47 |
| HSL | 131.78º | 0.66% | 0.32% | - |
| HSV(B) | 131.78º | 0.79% | 0.53% | - |
| XYZ | 9.7 | 17.8 | 5.83 | - |
| YUV | 93.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 49 | 0.79 | 0 | 0.64 | 0.47 | 131.78 | 0.66 | 0.32 |
| Hex | 1C | 87 | 31 | 4F | 0 | 40 | 2F | 84 | 42 | 20 |
| Octal | 34 | 207 | 61 | 117 | 0 | 100 | 57 | 204 | 102 | 40 |
| Binary | 11100 | 10000111 | 110001 | 1001111 | 0 | 1000000 | 101111 | 10000100 | 1000010 | 100000 |
Color Harmonies of #1C8731
Complementary color
Monochromatic Colors of #1C8731
Black with #1C8731
Text Example
Text Example
White with #1C8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8731; }
p { color: rgb(28,135,49); }
H1.HeaderClassName
{
color: #1C8731;
}
.AnyTagClassName
{
color: #1C8731;
}
</style>
background-color css
<style>
a { background-color: #1C8731; }
a { background-color: rgb(28,135,49); }
div.DivClassName
{
background-color: #1C8731;
}
.BgClassName
{
background-color: #1C8731;
}
</style>
border-color css
<style>
span { border-color: #1C8731; }
span { border-color: rgb(28,135,49); }
td.TdClassName
{
border-color: #1C8731;
}
.TagClassName
{
border-color: #1C8731;
}
</style>