Shades of Forest Green #1CA520
Tints of Forest Green #1CA520
RGB
CMYK
RGB Variations
Color information
#1CA520 (or 0x1CA520) is known color: Forest Green. HEX triplet: 1C, A5 and 20. RGB value is (28,165,32). Sum of RGB (Red+Green+Blue) = 28+165+32=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA520 is #E35ADF. Grayscale: #6D6D6D. Windows color (decimal): -14899936 or 2139420. OLE color: 2139420.
HSL color Cylindrical-coordinate representation of color #1CA520: hue angle of 121.75º 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 #1CA520 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 165 | 32 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.35 |
| HSL | 121.75º | 0.71% | 0.38% | - |
| HSV(B) | 121.75º | 0.83% | 0.65% | - |
| XYZ | 14.19 | 27.26 | 5.88 | - |
| YUV | 108.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 165 | 32 | 0.83 | 0 | 0.81 | 0.35 | 121.75 | 0.71 | 0.38 |
| Hex | 1C | A5 | 20 | 53 | 0 | 51 | 23 | 7A | 47 | 26 |
| Octal | 34 | 245 | 40 | 123 | 0 | 121 | 43 | 172 | 107 | 46 |
| Binary | 11100 | 10100101 | 100000 | 1010011 | 0 | 1010001 | 100011 | 1111010 | 1000111 | 100110 |
Color Harmonies of #1CA520
Complementary color
Monochromatic Colors of #1CA520
Black with #1CA520
Text Example
Text Example
White with #1CA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA520; }
p { color: rgb(28,165,32); }
H1.HeaderClassName
{
color: #1CA520;
}
.AnyTagClassName
{
color: #1CA520;
}
</style>
background-color css
<style>
a { background-color: #1CA520; }
a { background-color: rgb(28,165,32); }
div.DivClassName
{
background-color: #1CA520;
}
.BgClassName
{
background-color: #1CA520;
}
</style>
border-color css
<style>
span { border-color: #1CA520; }
span { border-color: rgb(28,165,32); }
td.TdClassName
{
border-color: #1CA520;
}
.TagClassName
{
border-color: #1CA520;
}
</style>