Shades of Forest Green #1C9934
Tints of Forest Green #1C9934
RGB
CMYK
RGB Variations
Color information
#1C9934 (or 0x1C9934) is known color: Forest Green. HEX triplet: 1C, 99 and 34. RGB value is (28,153,52). Sum of RGB (Red+Green+Blue) = 28+153+52=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9934 is #E366CB. Grayscale: #686868. Windows color (decimal): -14902988 or 3447068. OLE color: 3447068.
HSL color Cylindrical-coordinate representation of color #1C9934: hue angle of 131.52º 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 #1C9934 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 52 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.4 |
| HSL | 131.52º | 0.69% | 0.35% | - |
| HSV(B) | 131.52º | 0.82% | 0.6% | - |
| XYZ | 12.49 | 23.28 | 7.08 | - |
| YUV | 104.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 52 | 0.82 | 0 | 0.66 | 0.4 | 131.52 | 0.69 | 0.35 |
| Hex | 1C | 99 | 34 | 52 | 0 | 42 | 28 | 84 | 45 | 23 |
| Octal | 34 | 231 | 64 | 122 | 0 | 102 | 50 | 204 | 105 | 43 |
| Binary | 11100 | 10011001 | 110100 | 1010010 | 0 | 1000010 | 101000 | 10000100 | 1000101 | 100011 |
Color Harmonies of #1C9934
Complementary color
Monochromatic Colors of #1C9934
Black with #1C9934
Text Example
Text Example
White with #1C9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9934; }
p { color: rgb(28,153,52); }
H1.HeaderClassName
{
color: #1C9934;
}
.AnyTagClassName
{
color: #1C9934;
}
</style>
background-color css
<style>
a { background-color: #1C9934; }
a { background-color: rgb(28,153,52); }
div.DivClassName
{
background-color: #1C9934;
}
.BgClassName
{
background-color: #1C9934;
}
</style>
border-color css
<style>
span { border-color: #1C9934; }
span { border-color: rgb(28,153,52); }
td.TdClassName
{
border-color: #1C9934;
}
.TagClassName
{
border-color: #1C9934;
}
</style>