Shades of Forest Green #1CA122
Tints of Forest Green #1CA122
RGB
CMYK
RGB Variations
Color information
#1CA122 (or 0x1CA122) is known color: Forest Green. HEX triplet: 1C, A1 and 22. RGB value is (28,161,34). Sum of RGB (Red+Green+Blue) = 28+161+34=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 161 (63.28% from 255 or 72.20% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA122 is #E35EDD. Grayscale: #6B6B6B. Windows color (decimal): -14900958 or 2269468. OLE color: 2269468.
HSL color Cylindrical-coordinate representation of color #1CA122: hue angle of 122.71º 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 #1CA122 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 34 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.37 |
| HSL | 122.71º | 0.7% | 0.37% | - |
| HSV(B) | 122.71º | 0.83% | 0.63% | - |
| XYZ | 13.51 | 25.85 | 5.79 | - |
| YUV | 106.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 34 | 0.83 | 0 | 0.79 | 0.37 | 122.71 | 0.7 | 0.37 |
| Hex | 1C | A1 | 22 | 53 | 0 | 4F | 25 | 7B | 46 | 25 |
| Octal | 34 | 241 | 42 | 123 | 0 | 117 | 45 | 173 | 106 | 45 |
| Binary | 11100 | 10100001 | 100010 | 1010011 | 0 | 1001111 | 100101 | 1111011 | 1000110 | 100101 |
Color Harmonies of #1CA122
Complementary color
Monochromatic Colors of #1CA122
Black with #1CA122
Text Example
Text Example
White with #1CA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA122; }
p { color: rgb(28,161,34); }
H1.HeaderClassName
{
color: #1CA122;
}
.AnyTagClassName
{
color: #1CA122;
}
</style>
background-color css
<style>
a { background-color: #1CA122; }
a { background-color: rgb(28,161,34); }
div.DivClassName
{
background-color: #1CA122;
}
.BgClassName
{
background-color: #1CA122;
}
</style>
border-color css
<style>
span { border-color: #1CA122; }
span { border-color: rgb(28,161,34); }
td.TdClassName
{
border-color: #1CA122;
}
.TagClassName
{
border-color: #1CA122;
}
</style>