Shades of Forest Green #1CA039
Tints of Forest Green #1CA039
RGB
CMYK
RGB Variations
Color information
#1CA039 (or 0x1CA039) is known color: Forest Green. HEX triplet: 1C, A0 and 39. RGB value is (28,160,57). Sum of RGB (Red+Green+Blue) = 28+160+57=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA039 is #E35FC6. Grayscale: #6D6D6D. Windows color (decimal): -14901191 or 3776540. OLE color: 3776540.
HSL color Cylindrical-coordinate representation of color #1CA039: hue angle of 133.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA039 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 57 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.37 |
| HSL | 133.18º | 0.7% | 0.37% | - |
| HSV(B) | 133.18º | 0.83% | 0.63% | - |
| XYZ | 13.79 | 25.68 | 8.1 | - |
| YUV | 108.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 57 | 0.82 | 0 | 0.64 | 0.37 | 133.18 | 0.7 | 0.37 |
| Hex | 1C | A0 | 39 | 52 | 0 | 40 | 25 | 85 | 46 | 25 |
| Octal | 34 | 240 | 71 | 122 | 0 | 100 | 45 | 205 | 106 | 45 |
| Binary | 11100 | 10100000 | 111001 | 1010010 | 0 | 1000000 | 100101 | 10000101 | 1000110 | 100101 |
Color Harmonies of #1CA039
Complementary color
Monochromatic Colors of #1CA039
Black with #1CA039
Text Example
Text Example
White with #1CA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA039; }
p { color: rgb(28,160,57); }
H1.HeaderClassName
{
color: #1CA039;
}
.AnyTagClassName
{
color: #1CA039;
}
</style>
background-color css
<style>
a { background-color: #1CA039; }
a { background-color: rgb(28,160,57); }
div.DivClassName
{
background-color: #1CA039;
}
.BgClassName
{
background-color: #1CA039;
}
</style>
border-color css
<style>
span { border-color: #1CA039; }
span { border-color: rgb(28,160,57); }
td.TdClassName
{
border-color: #1CA039;
}
.TagClassName
{
border-color: #1CA039;
}
</style>