Shades of Forest Green #1C871F
Tints of Forest Green #1C871F
RGB
CMYK
RGB Variations
Color information
#1C871F (or 0x1C871F) is known color: Forest Green. HEX triplet: 1C, 87 and 1F. RGB value is (28,135,31). Sum of RGB (Red+Green+Blue) = 28+135+31=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #1C871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C871F is #E378E0. Grayscale: #5B5B5B. Windows color (decimal): -14907617 or 2066204. OLE color: 2066204.
HSL color Cylindrical-coordinate representation of color #1C871F: hue angle of 121.68º 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 #1C871F is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 31 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.47 |
| HSL | 121.68º | 0.66% | 0.32% | - |
| HSV(B) | 121.68º | 0.79% | 0.53% | - |
| XYZ | 9.39 | 17.67 | 4.21 | - |
| YUV | 91.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 31 | 0.79 | 0 | 0.77 | 0.47 | 121.68 | 0.66 | 0.32 |
| Hex | 1C | 87 | 1F | 4F | 0 | 4D | 2F | 7A | 42 | 20 |
| Octal | 34 | 207 | 37 | 117 | 0 | 115 | 57 | 172 | 102 | 40 |
| Binary | 11100 | 10000111 | 11111 | 1001111 | 0 | 1001101 | 101111 | 1111010 | 1000010 | 100000 |
Color Harmonies of #1C871F
Complementary color
Monochromatic Colors of #1C871F
Black with #1C871F
Text Example
Text Example
White with #1C871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C871F; }
p { color: rgb(28,135,31); }
H1.HeaderClassName
{
color: #1C871F;
}
.AnyTagClassName
{
color: #1C871F;
}
</style>
background-color css
<style>
a { background-color: #1C871F; }
a { background-color: rgb(28,135,31); }
div.DivClassName
{
background-color: #1C871F;
}
.BgClassName
{
background-color: #1C871F;
}
</style>
border-color css
<style>
span { border-color: #1C871F; }
span { border-color: rgb(28,135,31); }
td.TdClassName
{
border-color: #1C871F;
}
.TagClassName
{
border-color: #1C871F;
}
</style>