Shades of Forest Green #1AAA1F
Tints of Forest Green #1AAA1F
RGB
CMYK
RGB Variations
Color information
#1AAA1F (or 0x1AAA1F) is known color: Forest Green. HEX triplet: 1A, AA and 1F. RGB value is (26,170,31). Sum of RGB (Red+Green+Blue) = 26+170+31=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA1F is #E555E0. Grayscale: #6F6F6F. Windows color (decimal): -15029729 or 2075162. OLE color: 2075162.
HSL color Cylindrical-coordinate representation of color #1AAA1F: hue angle of 122.08º 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 #1AAA1F is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 31 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.33 |
| HSL | 122.08º | 0.73% | 0.38% | - |
| HSV(B) | 122.08º | 0.85% | 0.67% | - |
| XYZ | 15.05 | 29.07 | 6.11 | - |
| YUV | 111.1 | 82.79 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 31 | 0.85 | 0 | 0.82 | 0.33 | 122.08 | 0.73 | 0.38 |
| Hex | 1A | AA | 1F | 55 | 0 | 52 | 21 | 7A | 49 | 26 |
| Octal | 32 | 252 | 37 | 125 | 0 | 122 | 41 | 172 | 111 | 46 |
| Binary | 11010 | 10101010 | 11111 | 1010101 | 0 | 1010010 | 100001 | 1111010 | 1001001 | 100110 |
Color Harmonies of #1AAA1F
Complementary color
Monochromatic Colors of #1AAA1F
Black with #1AAA1F
Text Example
Text Example
White with #1AAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA1F; }
p { color: rgb(26,170,31); }
H1.HeaderClassName
{
color: #1AAA1F;
}
.AnyTagClassName
{
color: #1AAA1F;
}
</style>
background-color css
<style>
a { background-color: #1AAA1F; }
a { background-color: rgb(26,170,31); }
div.DivClassName
{
background-color: #1AAA1F;
}
.BgClassName
{
background-color: #1AAA1F;
}
</style>
border-color css
<style>
span { border-color: #1AAA1F; }
span { border-color: rgb(26,170,31); }
td.TdClassName
{
border-color: #1AAA1F;
}
.TagClassName
{
border-color: #1AAA1F;
}
</style>