Shades of Forest Green #1CA123
Tints of Forest Green #1CA123
RGB
CMYK
RGB Variations
Color information
#1CA123 (or 0x1CA123) is known color: Forest Green. HEX triplet: 1C, A1 and 23. RGB value is (28,161,35). Sum of RGB (Red+Green+Blue) = 28+161+35=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 161 (63.28% from 255 or 71.88% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA123 is #E35EDC. Grayscale: #6B6B6B. Windows color (decimal): -14900957 or 2335004. OLE color: 2335004.
HSL color Cylindrical-coordinate representation of color #1CA123: hue angle of 123.16º 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 #1CA123 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 35 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.37 |
| HSL | 123.16º | 0.7% | 0.37% | - |
| HSV(B) | 123.16º | 0.83% | 0.63% | - |
| XYZ | 13.53 | 25.86 | 5.87 | - |
| YUV | 106.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 35 | 0.83 | 0 | 0.78 | 0.37 | 123.16 | 0.7 | 0.37 |
| Hex | 1C | A1 | 23 | 53 | 0 | 4E | 25 | 7B | 46 | 25 |
| Octal | 34 | 241 | 43 | 123 | 0 | 116 | 45 | 173 | 106 | 45 |
| Binary | 11100 | 10100001 | 100011 | 1010011 | 0 | 1001110 | 100101 | 1111011 | 1000110 | 100101 |
Color Harmonies of #1CA123
Complementary color
Monochromatic Colors of #1CA123
Black with #1CA123
Text Example
Text Example
White with #1CA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA123; }
p { color: rgb(28,161,35); }
H1.HeaderClassName
{
color: #1CA123;
}
.AnyTagClassName
{
color: #1CA123;
}
</style>
background-color css
<style>
a { background-color: #1CA123; }
a { background-color: rgb(28,161,35); }
div.DivClassName
{
background-color: #1CA123;
}
.BgClassName
{
background-color: #1CA123;
}
</style>
border-color css
<style>
span { border-color: #1CA123; }
span { border-color: rgb(28,161,35); }
td.TdClassName
{
border-color: #1CA123;
}
.TagClassName
{
border-color: #1CA123;
}
</style>