Shades of Forest Green #1C9822
Tints of Forest Green #1C9822
RGB
CMYK
RGB Variations
Color information
#1C9822 (or 0x1C9822) is known color: Forest Green. HEX triplet: 1C, 98 and 22. RGB value is (28,152,34). Sum of RGB (Red+Green+Blue) = 28+152+34=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 152 (59.77% from 255 or 71.03% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9822 is #E367DD. Grayscale: #656565. Windows color (decimal): -14903262 or 2267164. OLE color: 2267164.
HSL color Cylindrical-coordinate representation of color #1C9822: hue angle of 122.9º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9822 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 34 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.40 |
| HSL | 122.9º | 0.69% | 0.35% | - |
| HSV(B) | 122.9º | 0.82% | 0.6% | - |
| XYZ | 12 | 22.82 | 5.29 | - |
| YUV | 101.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 34 | 0.82 | 0 | 0.78 | 0.40 | 122.9 | 0.69 | 0.35 |
| Hex | 1C | 98 | 22 | 52 | 0 | 4E | 28 | 7B | 45 | 23 |
| Octal | 34 | 230 | 42 | 122 | 0 | 116 | 50 | 173 | 105 | 43 |
| Binary | 11100 | 10011000 | 100010 | 1010010 | 0 | 1001110 | 101000 | 1111011 | 1000101 | 100011 |
Color Harmonies of #1C9822
Complementary color
Monochromatic Colors of #1C9822
Black with #1C9822
Text Example
Text Example
White with #1C9822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9822; }
p { color: rgb(28,152,34); }
H1.HeaderClassName
{
color: #1C9822;
}
.AnyTagClassName
{
color: #1C9822;
}
</style>
background-color css
<style>
a { background-color: #1C9822; }
a { background-color: rgb(28,152,34); }
div.DivClassName
{
background-color: #1C9822;
}
.BgClassName
{
background-color: #1C9822;
}
</style>
border-color css
<style>
span { border-color: #1C9822; }
span { border-color: rgb(28,152,34); }
td.TdClassName
{
border-color: #1C9822;
}
.TagClassName
{
border-color: #1C9822;
}
</style>