Shades of Forest Green #1C8E2F
Tints of Forest Green #1C8E2F
RGB
CMYK
RGB Variations
Color information
#1C8E2F (or 0x1C8E2F) is known color: Forest Green. HEX triplet: 1C, 8E and 2F. RGB value is (28,142,47). Sum of RGB (Red+Green+Blue) = 28+142+47=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 142 (55.86% from 255 or 65.44% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8E2F is #E371D0. Grayscale: #616161. Windows color (decimal): -14905809 or 3116572. OLE color: 3116572.
HSL color Cylindrical-coordinate representation of color #1C8E2F: hue angle of 130º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8E2F is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 142 | 47 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.44 |
| HSL | 130º | 0.67% | 0.33% | - |
| HSV(B) | 130º | 0.8% | 0.56% | - |
| XYZ | 10.66 | 19.8 | 5.95 | - |
| YUV | 97.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 142 | 47 | 0.80 | 0 | 0.67 | 0.44 | 130 | 0.67 | 0.33 |
| Hex | 1C | 8E | 2F | 50 | 0 | 43 | 2C | 82 | 43 | 21 |
| Octal | 34 | 216 | 57 | 120 | 0 | 103 | 54 | 202 | 103 | 41 |
| Binary | 11100 | 10001110 | 101111 | 1010000 | 0 | 1000011 | 101100 | 10000010 | 1000011 | 100001 |
Color Harmonies of #1C8E2F
Complementary color
Monochromatic Colors of #1C8E2F
Black with #1C8E2F
Text Example
Text Example
White with #1C8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8E2F; }
p { color: rgb(28,142,47); }
H1.HeaderClassName
{
color: #1C8E2F;
}
.AnyTagClassName
{
color: #1C8E2F;
}
</style>
background-color css
<style>
a { background-color: #1C8E2F; }
a { background-color: rgb(28,142,47); }
div.DivClassName
{
background-color: #1C8E2F;
}
.BgClassName
{
background-color: #1C8E2F;
}
</style>
border-color css
<style>
span { border-color: #1C8E2F; }
span { border-color: rgb(28,142,47); }
td.TdClassName
{
border-color: #1C8E2F;
}
.TagClassName
{
border-color: #1C8E2F;
}
</style>