Shades of Forest Green #1CA322
Tints of Forest Green #1CA322
RGB
CMYK
RGB Variations
Color information
#1CA322 (or 0x1CA322) is known color: Forest Green. HEX triplet: 1C, A3 and 22. RGB value is (28,163,34). Sum of RGB (Red+Green+Blue) = 28+163+34=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA322 is #E35CDD. Grayscale: #6C6C6C. Windows color (decimal): -14900446 or 2269980. OLE color: 2269980.
HSL color Cylindrical-coordinate representation of color #1CA322: hue angle of 122.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA322 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 163 | 34 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.36 |
| HSL | 122.67º | 0.71% | 0.37% | - |
| HSV(B) | 122.67º | 0.83% | 0.64% | - |
| XYZ | 13.86 | 26.56 | 5.91 | - |
| YUV | 107.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 163 | 34 | 0.83 | 0 | 0.79 | 0.36 | 122.67 | 0.71 | 0.37 |
| Hex | 1C | A3 | 22 | 53 | 0 | 4F | 24 | 7B | 47 | 25 |
| Octal | 34 | 243 | 42 | 123 | 0 | 117 | 44 | 173 | 107 | 45 |
| Binary | 11100 | 10100011 | 100010 | 1010011 | 0 | 1001111 | 100100 | 1111011 | 1000111 | 100101 |
Color Harmonies of #1CA322
Complementary color
Monochromatic Colors of #1CA322
Black with #1CA322
Text Example
Text Example
White with #1CA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA322; }
p { color: rgb(28,163,34); }
H1.HeaderClassName
{
color: #1CA322;
}
.AnyTagClassName
{
color: #1CA322;
}
</style>
background-color css
<style>
a { background-color: #1CA322; }
a { background-color: rgb(28,163,34); }
div.DivClassName
{
background-color: #1CA322;
}
.BgClassName
{
background-color: #1CA322;
}
</style>
border-color css
<style>
span { border-color: #1CA322; }
span { border-color: rgb(28,163,34); }
td.TdClassName
{
border-color: #1CA322;
}
.TagClassName
{
border-color: #1CA322;
}
</style>