Shades of Forest Green #1CA828
Tints of Forest Green #1CA828
RGB
CMYK
RGB Variations
Color information
#1CA828 (or 0x1CA828) is known color: Forest Green. HEX triplet: 1C, A8 and 28. RGB value is (28,168,40). Sum of RGB (Red+Green+Blue) = 28+168+40=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 168 (66.02% from 255 or 71.19% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA828 is #E357D7. Grayscale: #6F6F6F. Windows color (decimal): -14899160 or 2664476. OLE color: 2664476.
HSL color Cylindrical-coordinate representation of color #1CA828: hue angle of 125.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA828 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 40 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.34 |
| HSL | 125.14º | 0.71% | 0.38% | - |
| HSV(B) | 125.14º | 0.83% | 0.66% | - |
| XYZ | 14.86 | 28.41 | 6.71 | - |
| YUV | 111.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 40 | 0.83 | 0 | 0.76 | 0.34 | 125.14 | 0.71 | 0.38 |
| Hex | 1C | A8 | 28 | 53 | 0 | 4C | 22 | 7D | 47 | 26 |
| Octal | 34 | 250 | 50 | 123 | 0 | 114 | 42 | 175 | 107 | 46 |
| Binary | 11100 | 10101000 | 101000 | 1010011 | 0 | 1001100 | 100010 | 1111101 | 1000111 | 100110 |
Color Harmonies of #1CA828
Complementary color
Monochromatic Colors of #1CA828
Black with #1CA828
Text Example
Text Example
White with #1CA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA828; }
p { color: rgb(28,168,40); }
H1.HeaderClassName
{
color: #1CA828;
}
.AnyTagClassName
{
color: #1CA828;
}
</style>
background-color css
<style>
a { background-color: #1CA828; }
a { background-color: rgb(28,168,40); }
div.DivClassName
{
background-color: #1CA828;
}
.BgClassName
{
background-color: #1CA828;
}
</style>
border-color css
<style>
span { border-color: #1CA828; }
span { border-color: rgb(28,168,40); }
td.TdClassName
{
border-color: #1CA828;
}
.TagClassName
{
border-color: #1CA828;
}
</style>