Shades of Forest Green #1C9224
Tints of Forest Green #1C9224
RGB
CMYK
RGB Variations
Color information
#1C9224 (or 0x1C9224) is known color: Forest Green. HEX triplet: 1C, 92 and 24. RGB value is (28,146,36). Sum of RGB (Red+Green+Blue) = 28+146+36=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9224 is #E36DDB. Grayscale: #626262. Windows color (decimal): -14904796 or 2396700. OLE color: 2396700.
HSL color Cylindrical-coordinate representation of color #1C9224: hue angle of 124.07º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9224 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 146 | 36 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.43 |
| HSL | 124.07º | 0.68% | 0.34% | - |
| HSV(B) | 124.07º | 0.81% | 0.57% | - |
| XYZ | 11.08 | 20.93 | 5.13 | - |
| YUV | 98.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 146 | 36 | 0.81 | 0 | 0.75 | 0.43 | 124.07 | 0.68 | 0.34 |
| Hex | 1C | 92 | 24 | 51 | 0 | 4B | 2B | 7C | 44 | 22 |
| Octal | 34 | 222 | 44 | 121 | 0 | 113 | 53 | 174 | 104 | 42 |
| Binary | 11100 | 10010010 | 100100 | 1010001 | 0 | 1001011 | 101011 | 1111100 | 1000100 | 100010 |
Color Harmonies of #1C9224
Complementary color
Monochromatic Colors of #1C9224
Black with #1C9224
Text Example
Text Example
White with #1C9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9224; }
p { color: rgb(28,146,36); }
H1.HeaderClassName
{
color: #1C9224;
}
.AnyTagClassName
{
color: #1C9224;
}
</style>
background-color css
<style>
a { background-color: #1C9224; }
a { background-color: rgb(28,146,36); }
div.DivClassName
{
background-color: #1C9224;
}
.BgClassName
{
background-color: #1C9224;
}
</style>
border-color css
<style>
span { border-color: #1C9224; }
span { border-color: rgb(28,146,36); }
td.TdClassName
{
border-color: #1C9224;
}
.TagClassName
{
border-color: #1C9224;
}
</style>