Shades of Forest Green #1AAD2B
Tints of Forest Green #1AAD2B
RGB
CMYK
RGB Variations
Color information
#1AAD2B (or 0x1AAD2B) is known color: Forest Green. HEX triplet: 1A, AD and 2B. RGB value is (26,173,43). Sum of RGB (Red+Green+Blue) = 26+173+43=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAD2B is #E552D4. Grayscale: #727272. Windows color (decimal): -15028949 or 2862362. OLE color: 2862362.
HSL color Cylindrical-coordinate representation of color #1AAD2B: hue angle of 126.94º 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 #1AAD2B is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 43 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.32 |
| HSL | 126.94º | 0.74% | 0.39% | - |
| HSV(B) | 126.94º | 0.85% | 0.68% | - |
| XYZ | 15.81 | 30.28 | 7.3 | - |
| YUV | 114.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 43 | 0.85 | 0 | 0.75 | 0.32 | 126.94 | 0.74 | 0.39 |
| Hex | 1A | AD | 2B | 55 | 0 | 4B | 20 | 7F | 4A | 27 |
| Octal | 32 | 255 | 53 | 125 | 0 | 113 | 40 | 177 | 112 | 47 |
| Binary | 11010 | 10101101 | 101011 | 1010101 | 0 | 1001011 | 100000 | 1111111 | 1001010 | 100111 |
Color Harmonies of #1AAD2B
Complementary color
Monochromatic Colors of #1AAD2B
Black with #1AAD2B
Text Example
Text Example
White with #1AAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD2B; }
p { color: rgb(26,173,43); }
H1.HeaderClassName
{
color: #1AAD2B;
}
.AnyTagClassName
{
color: #1AAD2B;
}
</style>
background-color css
<style>
a { background-color: #1AAD2B; }
a { background-color: rgb(26,173,43); }
div.DivClassName
{
background-color: #1AAD2B;
}
.BgClassName
{
background-color: #1AAD2B;
}
</style>
border-color css
<style>
span { border-color: #1AAD2B; }
span { border-color: rgb(26,173,43); }
td.TdClassName
{
border-color: #1AAD2B;
}
.TagClassName
{
border-color: #1AAD2B;
}
</style>