Shades of Forest Green #1CA20E
Tints of Forest Green #1CA20E
RGB
CMYK
RGB Variations
Color information
#1CA20E (or 0x1CA20E) is known color: Forest Green. HEX triplet: 1C, A2 and 0E. RGB value is (28,162,14). Sum of RGB (Red+Green+Blue) = 28+162+14=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA20E is #E35DF1. Grayscale: #696969. Windows color (decimal): -14900722 or 959004. OLE color: 959004.
HSL color Cylindrical-coordinate representation of color #1CA20E: hue angle of 114.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CA20E is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 162 | 14 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.36 |
| HSL | 114.32º | 0.84% | 0.35% | - |
| HSV(B) | 114.32º | 0.91% | 0.64% | - |
| XYZ | 13.48 | 26.12 | 4.75 | - |
| YUV | 105.06 | 76.61 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 14 | 0.83 | 0 | 0.91 | 0.36 | 114.32 | 0.84 | 0.35 |
| Hex | 1C | A2 | E | 53 | 0 | 5B | 24 | 72 | 54 | 23 |
| Octal | 34 | 242 | 16 | 123 | 0 | 133 | 44 | 162 | 124 | 43 |
| Binary | 11100 | 10100010 | 1110 | 1010011 | 0 | 1011011 | 100100 | 1110010 | 1010100 | 100011 |
Color Harmonies of #1CA20E
Complementary color
Monochromatic Colors of #1CA20E
Black with #1CA20E
Text Example
Text Example
White with #1CA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA20E; }
p { color: rgb(28,162,14); }
H1.HeaderClassName
{
color: #1CA20E;
}
.AnyTagClassName
{
color: #1CA20E;
}
</style>
background-color css
<style>
a { background-color: #1CA20E; }
a { background-color: rgb(28,162,14); }
div.DivClassName
{
background-color: #1CA20E;
}
.BgClassName
{
background-color: #1CA20E;
}
</style>
border-color css
<style>
span { border-color: #1CA20E; }
span { border-color: rgb(28,162,14); }
td.TdClassName
{
border-color: #1CA20E;
}
.TagClassName
{
border-color: #1CA20E;
}
</style>