Shades of Forest Green #1CAA2B
Tints of Forest Green #1CAA2B
RGB
CMYK
RGB Variations
Color information
#1CAA2B (or 0x1CAA2B) is known color: Forest Green. HEX triplet: 1C, AA and 2B. RGB value is (28,170,43). Sum of RGB (Red+Green+Blue) = 28+170+43=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA2B is #E355D4. Grayscale: #717171. Windows color (decimal): -14898645 or 2861596. OLE color: 2861596.
HSL color Cylindrical-coordinate representation of color #1CAA2B: hue angle of 126.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA2B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 43 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.33 |
| HSL | 126.34º | 0.72% | 0.39% | - |
| HSV(B) | 126.34º | 0.84% | 0.67% | - |
| XYZ | 15.29 | 29.17 | 7.11 | - |
| YUV | 113.06 | 88.46 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 43 | 0.84 | 0 | 0.75 | 0.33 | 126.34 | 0.72 | 0.39 |
| Hex | 1C | AA | 2B | 54 | 0 | 4B | 21 | 7E | 48 | 27 |
| Octal | 34 | 252 | 53 | 124 | 0 | 113 | 41 | 176 | 110 | 47 |
| Binary | 11100 | 10101010 | 101011 | 1010100 | 0 | 1001011 | 100001 | 1111110 | 1001000 | 100111 |
Color Harmonies of #1CAA2B
Complementary color
Monochromatic Colors of #1CAA2B
Black with #1CAA2B
Text Example
Text Example
White with #1CAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA2B; }
p { color: rgb(28,170,43); }
H1.HeaderClassName
{
color: #1CAA2B;
}
.AnyTagClassName
{
color: #1CAA2B;
}
</style>
background-color css
<style>
a { background-color: #1CAA2B; }
a { background-color: rgb(28,170,43); }
div.DivClassName
{
background-color: #1CAA2B;
}
.BgClassName
{
background-color: #1CAA2B;
}
</style>
border-color css
<style>
span { border-color: #1CAA2B; }
span { border-color: rgb(28,170,43); }
td.TdClassName
{
border-color: #1CAA2B;
}
.TagClassName
{
border-color: #1CAA2B;
}
</style>