Shades of Forest Green #1C932C
Tints of Forest Green #1C932C
RGB
CMYK
RGB Variations
Color information
#1C932C (or 0x1C932C) is known color: Forest Green. HEX triplet: 1C, 93 and 2C. RGB value is (28,147,44). Sum of RGB (Red+Green+Blue) = 28+147+44=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 147 (57.81% from 255 or 67.12% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 147 - color contains mainly: green. Hex color #1C932C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C932C is #E36CD3. Grayscale: #636363. Windows color (decimal): -14904532 or 2921244. OLE color: 2921244.
HSL color Cylindrical-coordinate representation of color #1C932C: hue angle of 128.07º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C932C is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 44 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.42 |
| HSL | 128.07º | 0.68% | 0.34% | - |
| HSV(B) | 128.07º | 0.81% | 0.58% | - |
| XYZ | 11.37 | 21.3 | 5.89 | - |
| YUV | 99.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 44 | 0.81 | 0 | 0.70 | 0.42 | 128.07 | 0.68 | 0.34 |
| Hex | 1C | 93 | 2C | 51 | 0 | 46 | 2A | 80 | 44 | 22 |
| Octal | 34 | 223 | 54 | 121 | 0 | 106 | 52 | 200 | 104 | 42 |
| Binary | 11100 | 10010011 | 101100 | 1010001 | 0 | 1000110 | 101010 | 10000000 | 1000100 | 100010 |
Color Harmonies of #1C932C
Complementary color
Monochromatic Colors of #1C932C
Black with #1C932C
Text Example
Text Example
White with #1C932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C932C; }
p { color: rgb(28,147,44); }
H1.HeaderClassName
{
color: #1C932C;
}
.AnyTagClassName
{
color: #1C932C;
}
</style>
background-color css
<style>
a { background-color: #1C932C; }
a { background-color: rgb(28,147,44); }
div.DivClassName
{
background-color: #1C932C;
}
.BgClassName
{
background-color: #1C932C;
}
</style>
border-color css
<style>
span { border-color: #1C932C; }
span { border-color: rgb(28,147,44); }
td.TdClassName
{
border-color: #1C932C;
}
.TagClassName
{
border-color: #1C932C;
}
</style>