Shades of Forest Green #1AAA1C
Tints of Forest Green #1AAA1C
RGB
CMYK
RGB Variations
Color information
#1AAA1C (or 0x1AAA1C) is known color: Forest Green. HEX triplet: 1A, AA and 1C. RGB value is (26,170,28). Sum of RGB (Red+Green+Blue) = 26+170+28=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA1C is #E555E3. Grayscale: #6F6F6F. Windows color (decimal): -15029732 or 1878554. OLE color: 1878554.
HSL color Cylindrical-coordinate representation of color #1AAA1C: hue angle of 120.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA1C is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 28 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.33 |
| HSL | 120.83º | 0.73% | 0.38% | - |
| HSV(B) | 120.83º | 0.85% | 0.67% | - |
| XYZ | 15.01 | 29.05 | 5.92 | - |
| YUV | 110.76 | 81.29 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 28 | 0.85 | 0 | 0.84 | 0.33 | 120.83 | 0.73 | 0.38 |
| Hex | 1A | AA | 1C | 55 | 0 | 54 | 21 | 79 | 49 | 26 |
| Octal | 32 | 252 | 34 | 125 | 0 | 124 | 41 | 171 | 111 | 46 |
| Binary | 11010 | 10101010 | 11100 | 1010101 | 0 | 1010100 | 100001 | 1111001 | 1001001 | 100110 |
Color Harmonies of #1AAA1C
Complementary color
Monochromatic Colors of #1AAA1C
Black with #1AAA1C
Text Example
Text Example
White with #1AAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA1C; }
p { color: rgb(26,170,28); }
H1.HeaderClassName
{
color: #1AAA1C;
}
.AnyTagClassName
{
color: #1AAA1C;
}
</style>
background-color css
<style>
a { background-color: #1AAA1C; }
a { background-color: rgb(26,170,28); }
div.DivClassName
{
background-color: #1AAA1C;
}
.BgClassName
{
background-color: #1AAA1C;
}
</style>
border-color css
<style>
span { border-color: #1AAA1C; }
span { border-color: rgb(26,170,28); }
td.TdClassName
{
border-color: #1AAA1C;
}
.TagClassName
{
border-color: #1AAA1C;
}
</style>