Shades of Forest Green #1CA62D
Tints of Forest Green #1CA62D
RGB
CMYK
RGB Variations
Color information
#1CA62D (or 0x1CA62D) is known color: Forest Green. HEX triplet: 1C, A6 and 2D. RGB value is (28,166,45). Sum of RGB (Red+Green+Blue) = 28+166+45=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 166 (65.23% from 255 or 69.46% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA62D is #E359D2. Grayscale: #6F6F6F. Windows color (decimal): -14899667 or 2991644. OLE color: 2991644.
HSL color Cylindrical-coordinate representation of color #1CA62D: hue angle of 127.39º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA62D is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 166 | 45 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.35 |
| HSL | 127.39º | 0.71% | 0.38% | - |
| HSV(B) | 127.39º | 0.83% | 0.65% | - |
| XYZ | 14.59 | 27.71 | 7.06 | - |
| YUV | 110.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 166 | 45 | 0.83 | 0 | 0.73 | 0.35 | 127.39 | 0.71 | 0.38 |
| Hex | 1C | A6 | 2D | 53 | 0 | 49 | 23 | 7F | 47 | 26 |
| Octal | 34 | 246 | 55 | 123 | 0 | 111 | 43 | 177 | 107 | 46 |
| Binary | 11100 | 10100110 | 101101 | 1010011 | 0 | 1001001 | 100011 | 1111111 | 1000111 | 100110 |
Color Harmonies of #1CA62D
Complementary color
Monochromatic Colors of #1CA62D
Black with #1CA62D
Text Example
Text Example
White with #1CA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA62D; }
p { color: rgb(28,166,45); }
H1.HeaderClassName
{
color: #1CA62D;
}
.AnyTagClassName
{
color: #1CA62D;
}
</style>
background-color css
<style>
a { background-color: #1CA62D; }
a { background-color: rgb(28,166,45); }
div.DivClassName
{
background-color: #1CA62D;
}
.BgClassName
{
background-color: #1CA62D;
}
</style>
border-color css
<style>
span { border-color: #1CA62D; }
span { border-color: rgb(28,166,45); }
td.TdClassName
{
border-color: #1CA62D;
}
.TagClassName
{
border-color: #1CA62D;
}
</style>