Shades of Forest Green #1C962D
Tints of Forest Green #1C962D
RGB
CMYK
RGB Variations
Color information
#1C962D (or 0x1C962D) is known color: Forest Green. HEX triplet: 1C, 96 and 2D. RGB value is (28,150,45). Sum of RGB (Red+Green+Blue) = 28+150+45=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #1C962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C962D is #E369D2. Grayscale: #656565. Windows color (decimal): -14903763 or 2987548. OLE color: 2987548.
HSL color Cylindrical-coordinate representation of color #1C962D: hue angle of 128.36º 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 #1C962D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 150 | 45 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.41 |
| HSL | 128.36º | 0.69% | 0.35% | - |
| HSV(B) | 128.36º | 0.81% | 0.59% | - |
| XYZ | 11.86 | 22.25 | 6.15 | - |
| YUV | 101.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 45 | 0.81 | 0 | 0.70 | 0.41 | 128.36 | 0.69 | 0.35 |
| Hex | 1C | 96 | 2D | 51 | 0 | 46 | 29 | 80 | 45 | 23 |
| Octal | 34 | 226 | 55 | 121 | 0 | 106 | 51 | 200 | 105 | 43 |
| Binary | 11100 | 10010110 | 101101 | 1010001 | 0 | 1000110 | 101001 | 10000000 | 1000101 | 100011 |
Color Harmonies of #1C962D
Complementary color
Monochromatic Colors of #1C962D
Black with #1C962D
Text Example
Text Example
White with #1C962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C962D; }
p { color: rgb(28,150,45); }
H1.HeaderClassName
{
color: #1C962D;
}
.AnyTagClassName
{
color: #1C962D;
}
</style>
background-color css
<style>
a { background-color: #1C962D; }
a { background-color: rgb(28,150,45); }
div.DivClassName
{
background-color: #1C962D;
}
.BgClassName
{
background-color: #1C962D;
}
</style>
border-color css
<style>
span { border-color: #1C962D; }
span { border-color: rgb(28,150,45); }
td.TdClassName
{
border-color: #1C962D;
}
.TagClassName
{
border-color: #1C962D;
}
</style>