Shades of Forest Green #1C963C
Tints of Forest Green #1C963C
RGB
CMYK
RGB Variations
Color information
#1C963C (or 0x1C963C) is known color: Forest Green. HEX triplet: 1C, 96 and 3C. RGB value is (28,150,60). Sum of RGB (Red+Green+Blue) = 28+150+60=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #1C963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C963C is #E369C3. Grayscale: #676767. Windows color (decimal): -14903748 or 3970588. OLE color: 3970588.
HSL color Cylindrical-coordinate representation of color #1C963C: hue angle of 135.74º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C963C is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 150 | 60 | - |
| CMYK | 0.81 | 0 | 0.6 | 0.41 |
| HSL | 135.74º | 0.69% | 0.35% | - |
| HSV(B) | 135.74º | 0.81% | 0.59% | - |
| XYZ | 12.2 | 22.39 | 7.95 | - |
| YUV | 103.26 | 103.58 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 60 | 0.81 | 0 | 0.6 | 0.41 | 135.74 | 0.69 | 0.35 |
| Hex | 1C | 96 | 3C | 51 | 0 | 3C | 29 | 88 | 45 | 23 |
| Octal | 34 | 226 | 74 | 121 | 0 | 74 | 51 | 210 | 105 | 43 |
| Binary | 11100 | 10010110 | 111100 | 1010001 | 0 | 111100 | 101001 | 10001000 | 1000101 | 100011 |
Color Harmonies of #1C963C
Complementary color
Monochromatic Colors of #1C963C
Black with #1C963C
Text Example
Text Example
White with #1C963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C963C; }
p { color: rgb(28,150,60); }
H1.HeaderClassName
{
color: #1C963C;
}
.AnyTagClassName
{
color: #1C963C;
}
</style>
background-color css
<style>
a { background-color: #1C963C; }
a { background-color: rgb(28,150,60); }
div.DivClassName
{
background-color: #1C963C;
}
.BgClassName
{
background-color: #1C963C;
}
</style>
border-color css
<style>
span { border-color: #1C963C; }
span { border-color: rgb(28,150,60); }
td.TdClassName
{
border-color: #1C963C;
}
.TagClassName
{
border-color: #1C963C;
}
</style>