Shades of Forest Green #1C8A17
Tints of Forest Green #1C8A17
RGB
CMYK
RGB Variations
Color information
#1C8A17 (or 0x1C8A17) is known color: Forest Green. HEX triplet: 1C, 8A and 17. RGB value is (28,138,23). Sum of RGB (Red+Green+Blue) = 28+138+23=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8A17 is #E375E8. Grayscale: #5C5C5C. Windows color (decimal): -14906857 or 1542684. OLE color: 1542684.
HSL color Cylindrical-coordinate representation of color #1C8A17: hue angle of 117.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C8A17 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 23 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.46 |
| HSL | 117.39º | 0.71% | 0.32% | - |
| HSV(B) | 117.39º | 0.83% | 0.54% | - |
| XYZ | 9.72 | 18.49 | 3.87 | - |
| YUV | 92 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 23 | 0.80 | 0 | 0.83 | 0.46 | 117.39 | 0.71 | 0.32 |
| Hex | 1C | 8A | 17 | 50 | 0 | 53 | 2E | 75 | 47 | 20 |
| Octal | 34 | 212 | 27 | 120 | 0 | 123 | 56 | 165 | 107 | 40 |
| Binary | 11100 | 10001010 | 10111 | 1010000 | 0 | 1010011 | 101110 | 1110101 | 1000111 | 100000 |
Color Harmonies of #1C8A17
Complementary color
Monochromatic Colors of #1C8A17
Black with #1C8A17
Text Example
Text Example
White with #1C8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A17; }
p { color: rgb(28,138,23); }
H1.HeaderClassName
{
color: #1C8A17;
}
.AnyTagClassName
{
color: #1C8A17;
}
</style>
background-color css
<style>
a { background-color: #1C8A17; }
a { background-color: rgb(28,138,23); }
div.DivClassName
{
background-color: #1C8A17;
}
.BgClassName
{
background-color: #1C8A17;
}
</style>
border-color css
<style>
span { border-color: #1C8A17; }
span { border-color: rgb(28,138,23); }
td.TdClassName
{
border-color: #1C8A17;
}
.TagClassName
{
border-color: #1C8A17;
}
</style>