Shades of Forest Green #1C8921
Tints of Forest Green #1C8921
RGB
CMYK
RGB Variations
Color information
#1C8921 (or 0x1C8921) is known color: Forest Green. HEX triplet: 1C, 89 and 21. RGB value is (28,137,33). Sum of RGB (Red+Green+Blue) = 28+137+33=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 137 (53.91% from 255 or 69.19% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8921 is #E376DE. Grayscale: #5C5C5C. Windows color (decimal): -14907103 or 2197788. OLE color: 2197788.
HSL color Cylindrical-coordinate representation of color #1C8921: hue angle of 122.75º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8921 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 137 | 33 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.46 |
| HSL | 122.75º | 0.66% | 0.32% | - |
| HSV(B) | 122.75º | 0.8% | 0.54% | - |
| XYZ | 9.7 | 18.25 | 4.45 | - |
| YUV | 92.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 33 | 0.80 | 0 | 0.76 | 0.46 | 122.75 | 0.66 | 0.32 |
| Hex | 1C | 89 | 21 | 50 | 0 | 4C | 2E | 7B | 42 | 20 |
| Octal | 34 | 211 | 41 | 120 | 0 | 114 | 56 | 173 | 102 | 40 |
| Binary | 11100 | 10001001 | 100001 | 1010000 | 0 | 1001100 | 101110 | 1111011 | 1000010 | 100000 |
Color Harmonies of #1C8921
Complementary color
Monochromatic Colors of #1C8921
Black with #1C8921
Text Example
Text Example
White with #1C8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8921; }
p { color: rgb(28,137,33); }
H1.HeaderClassName
{
color: #1C8921;
}
.AnyTagClassName
{
color: #1C8921;
}
</style>
background-color css
<style>
a { background-color: #1C8921; }
a { background-color: rgb(28,137,33); }
div.DivClassName
{
background-color: #1C8921;
}
.BgClassName
{
background-color: #1C8921;
}
</style>
border-color css
<style>
span { border-color: #1C8921; }
span { border-color: rgb(28,137,33); }
td.TdClassName
{
border-color: #1C8921;
}
.TagClassName
{
border-color: #1C8921;
}
</style>