Shades of Forest Green #1AAE2A
Tints of Forest Green #1AAE2A
RGB
CMYK
RGB Variations
Color information
#1AAE2A (or 0x1AAE2A) is known color: Forest Green. HEX triplet: 1A, AE and 2A. RGB value is (26,174,42). Sum of RGB (Red+Green+Blue) = 26+174+42=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 174 (68.36% from 255 or 71.90% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE2A is #E551D5. Grayscale: #737373. Windows color (decimal): -15028694 or 2797082. OLE color: 2797082.
HSL color Cylindrical-coordinate representation of color #1AAE2A: hue angle of 126.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE2A is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 42 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.32 |
| HSL | 126.49º | 0.74% | 0.39% | - |
| HSV(B) | 126.49º | 0.85% | 0.68% | - |
| XYZ | 15.98 | 30.66 | 7.27 | - |
| YUV | 114.7 | 86.97 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 42 | 0.85 | 0 | 0.76 | 0.32 | 126.49 | 0.74 | 0.39 |
| Hex | 1A | AE | 2A | 55 | 0 | 4C | 20 | 7E | 4A | 27 |
| Octal | 32 | 256 | 52 | 125 | 0 | 114 | 40 | 176 | 112 | 47 |
| Binary | 11010 | 10101110 | 101010 | 1010101 | 0 | 1001100 | 100000 | 1111110 | 1001010 | 100111 |
Color Harmonies of #1AAE2A
Complementary color
Monochromatic Colors of #1AAE2A
Black with #1AAE2A
Text Example
Text Example
White with #1AAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE2A; }
p { color: rgb(26,174,42); }
H1.HeaderClassName
{
color: #1AAE2A;
}
.AnyTagClassName
{
color: #1AAE2A;
}
</style>
background-color css
<style>
a { background-color: #1AAE2A; }
a { background-color: rgb(26,174,42); }
div.DivClassName
{
background-color: #1AAE2A;
}
.BgClassName
{
background-color: #1AAE2A;
}
</style>
border-color css
<style>
span { border-color: #1AAE2A; }
span { border-color: rgb(26,174,42); }
td.TdClassName
{
border-color: #1AAE2A;
}
.TagClassName
{
border-color: #1AAE2A;
}
</style>