Shades of Forest Green #1CA12D
Tints of Forest Green #1CA12D
RGB
CMYK
RGB Variations
Color information
#1CA12D (or 0x1CA12D) is known color: Forest Green. HEX triplet: 1C, A1 and 2D. RGB value is (28,161,45). Sum of RGB (Red+Green+Blue) = 28+161+45=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA12D is #E35ED2. Grayscale: #6C6C6C. Windows color (decimal): -14900947 or 2990364. OLE color: 2990364.
HSL color Cylindrical-coordinate representation of color #1CA12D: hue angle of 127.67º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA12D is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 45 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.37 |
| HSL | 127.67º | 0.7% | 0.37% | - |
| HSV(B) | 127.67º | 0.83% | 0.63% | - |
| XYZ | 13.7 | 25.93 | 6.76 | - |
| YUV | 108.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 45 | 0.83 | 0 | 0.72 | 0.37 | 127.67 | 0.7 | 0.37 |
| Hex | 1C | A1 | 2D | 53 | 0 | 48 | 25 | 80 | 46 | 25 |
| Octal | 34 | 241 | 55 | 123 | 0 | 110 | 45 | 200 | 106 | 45 |
| Binary | 11100 | 10100001 | 101101 | 1010011 | 0 | 1001000 | 100101 | 10000000 | 1000110 | 100101 |
Color Harmonies of #1CA12D
Complementary color
Monochromatic Colors of #1CA12D
Black with #1CA12D
Text Example
Text Example
White with #1CA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA12D; }
p { color: rgb(28,161,45); }
H1.HeaderClassName
{
color: #1CA12D;
}
.AnyTagClassName
{
color: #1CA12D;
}
</style>
background-color css
<style>
a { background-color: #1CA12D; }
a { background-color: rgb(28,161,45); }
div.DivClassName
{
background-color: #1CA12D;
}
.BgClassName
{
background-color: #1CA12D;
}
</style>
border-color css
<style>
span { border-color: #1CA12D; }
span { border-color: rgb(28,161,45); }
td.TdClassName
{
border-color: #1CA12D;
}
.TagClassName
{
border-color: #1CA12D;
}
</style>