Shades of Forest Green #1C9E32
Tints of Forest Green #1C9E32
RGB
CMYK
RGB Variations
Color information
#1C9E32 (or 0x1C9E32) is known color: Forest Green. HEX triplet: 1C, 9E and 32. RGB value is (28,158,50). Sum of RGB (Red+Green+Blue) = 28+158+50=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #1C9E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9E32 is #E361CD. Grayscale: #6B6B6B. Windows color (decimal): -14901710 or 3317276. OLE color: 3317276.
HSL color Cylindrical-coordinate representation of color #1C9E32: hue angle of 130.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9E32 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 158 | 50 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.38 |
| HSL | 130.15º | 0.7% | 0.36% | - |
| HSV(B) | 130.15º | 0.82% | 0.62% | - |
| XYZ | 13.28 | 24.93 | 7.13 | - |
| YUV | 106.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 50 | 0.82 | 0 | 0.68 | 0.38 | 130.15 | 0.7 | 0.36 |
| Hex | 1C | 9E | 32 | 52 | 0 | 44 | 26 | 82 | 46 | 24 |
| Octal | 34 | 236 | 62 | 122 | 0 | 104 | 46 | 202 | 106 | 44 |
| Binary | 11100 | 10011110 | 110010 | 1010010 | 0 | 1000100 | 100110 | 10000010 | 1000110 | 100100 |
Color Harmonies of #1C9E32
Complementary color
Monochromatic Colors of #1C9E32
Black with #1C9E32
Text Example
Text Example
White with #1C9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9E32; }
p { color: rgb(28,158,50); }
H1.HeaderClassName
{
color: #1C9E32;
}
.AnyTagClassName
{
color: #1C9E32;
}
</style>
background-color css
<style>
a { background-color: #1C9E32; }
a { background-color: rgb(28,158,50); }
div.DivClassName
{
background-color: #1C9E32;
}
.BgClassName
{
background-color: #1C9E32;
}
</style>
border-color css
<style>
span { border-color: #1C9E32; }
span { border-color: rgb(28,158,50); }
td.TdClassName
{
border-color: #1C9E32;
}
.TagClassName
{
border-color: #1C9E32;
}
</style>