Shades of Forest Green #1C8533
Tints of Forest Green #1C8533
RGB
CMYK
RGB Variations
Color information
#1C8533 (or 0x1C8533) is known color: Forest Green. HEX triplet: 1C, 85 and 33. RGB value is (28,133,51). Sum of RGB (Red+Green+Blue) = 28+133+51=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8533 is #E37ACC. Grayscale: #5C5C5C. Windows color (decimal): -14908109 or 3376412. OLE color: 3376412.
HSL color Cylindrical-coordinate representation of color #1C8533: hue angle of 133.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8533 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 51 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.48 |
| HSL | 133.14º | 0.65% | 0.32% | - |
| HSV(B) | 133.14º | 0.79% | 0.52% | - |
| XYZ | 9.46 | 17.26 | 5.96 | - |
| YUV | 92.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 51 | 0.79 | 0 | 0.62 | 0.48 | 133.14 | 0.65 | 0.32 |
| Hex | 1C | 85 | 33 | 4F | 0 | 3E | 30 | 85 | 41 | 20 |
| Octal | 34 | 205 | 63 | 117 | 0 | 76 | 60 | 205 | 101 | 40 |
| Binary | 11100 | 10000101 | 110011 | 1001111 | 0 | 111110 | 110000 | 10000101 | 1000001 | 100000 |
Color Harmonies of #1C8533
Complementary color
Monochromatic Colors of #1C8533
Black with #1C8533
Text Example
Text Example
White with #1C8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8533; }
p { color: rgb(28,133,51); }
H1.HeaderClassName
{
color: #1C8533;
}
.AnyTagClassName
{
color: #1C8533;
}
</style>
background-color css
<style>
a { background-color: #1C8533; }
a { background-color: rgb(28,133,51); }
div.DivClassName
{
background-color: #1C8533;
}
.BgClassName
{
background-color: #1C8533;
}
</style>
border-color css
<style>
span { border-color: #1C8533; }
span { border-color: rgb(28,133,51); }
td.TdClassName
{
border-color: #1C8533;
}
.TagClassName
{
border-color: #1C8533;
}
</style>