Shades of Forest Green #1AAC28
Tints of Forest Green #1AAC28
RGB
CMYK
RGB Variations
Color information
#1AAC28 (or 0x1AAC28) is known color: Forest Green. HEX triplet: 1A, AC and 28. RGB value is (26,172,40). Sum of RGB (Red+Green+Blue) = 26+172+40=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAC28 is #E553D7. Grayscale: #717171. Windows color (decimal): -15029208 or 2665498. OLE color: 2665498.
HSL color Cylindrical-coordinate representation of color #1AAC28: hue angle of 125.75º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAC28 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 40 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.33 |
| HSL | 125.75º | 0.74% | 0.39% | - |
| HSV(B) | 125.75º | 0.85% | 0.67% | - |
| XYZ | 15.56 | 29.88 | 6.95 | - |
| YUV | 113.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 40 | 0.85 | 0 | 0.77 | 0.33 | 125.75 | 0.74 | 0.39 |
| Hex | 1A | AC | 28 | 55 | 0 | 4D | 21 | 7E | 4A | 27 |
| Octal | 32 | 254 | 50 | 125 | 0 | 115 | 41 | 176 | 112 | 47 |
| Binary | 11010 | 10101100 | 101000 | 1010101 | 0 | 1001101 | 100001 | 1111110 | 1001010 | 100111 |
Color Harmonies of #1AAC28
Complementary color
Monochromatic Colors of #1AAC28
Black with #1AAC28
Text Example
Text Example
White with #1AAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC28; }
p { color: rgb(26,172,40); }
H1.HeaderClassName
{
color: #1AAC28;
}
.AnyTagClassName
{
color: #1AAC28;
}
</style>
background-color css
<style>
a { background-color: #1AAC28; }
a { background-color: rgb(26,172,40); }
div.DivClassName
{
background-color: #1AAC28;
}
.BgClassName
{
background-color: #1AAC28;
}
</style>
border-color css
<style>
span { border-color: #1AAC28; }
span { border-color: rgb(26,172,40); }
td.TdClassName
{
border-color: #1AAC28;
}
.TagClassName
{
border-color: #1AAC28;
}
</style>