Shades of Forest Green #1C8733
Tints of Forest Green #1C8733
RGB
CMYK
RGB Variations
Color information
#1C8733 (or 0x1C8733) is known color: Forest Green. HEX triplet: 1C, 87 and 33. RGB value is (28,135,51). Sum of RGB (Red+Green+Blue) = 28+135+51=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8733 is #E378CC. Grayscale: #5D5D5D. Windows color (decimal): -14907597 or 3376924. OLE color: 3376924.
HSL color Cylindrical-coordinate representation of color #1C8733: hue angle of 132.9º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8733 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 51 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.47 |
| HSL | 132.9º | 0.66% | 0.32% | - |
| HSV(B) | 132.9º | 0.79% | 0.53% | - |
| XYZ | 9.74 | 17.81 | 6.06 | - |
| YUV | 93.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 51 | 0.79 | 0 | 0.62 | 0.47 | 132.9 | 0.66 | 0.32 |
| Hex | 1C | 87 | 33 | 4F | 0 | 3E | 2F | 85 | 42 | 20 |
| Octal | 34 | 207 | 63 | 117 | 0 | 76 | 57 | 205 | 102 | 40 |
| Binary | 11100 | 10000111 | 110011 | 1001111 | 0 | 111110 | 101111 | 10000101 | 1000010 | 100000 |
Color Harmonies of #1C8733
Complementary color
Monochromatic Colors of #1C8733
Black with #1C8733
Text Example
Text Example
White with #1C8733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8733; }
p { color: rgb(28,135,51); }
H1.HeaderClassName
{
color: #1C8733;
}
.AnyTagClassName
{
color: #1C8733;
}
</style>
background-color css
<style>
a { background-color: #1C8733; }
a { background-color: rgb(28,135,51); }
div.DivClassName
{
background-color: #1C8733;
}
.BgClassName
{
background-color: #1C8733;
}
</style>
border-color css
<style>
span { border-color: #1C8733; }
span { border-color: rgb(28,135,51); }
td.TdClassName
{
border-color: #1C8733;
}
.TagClassName
{
border-color: #1C8733;
}
</style>