Shades of Dark Pastel Green #1AAA31
Tints of Dark Pastel Green #1AAA31
RGB
CMYK
RGB Variations
Color information
#1AAA31 (or 0x1AAA31) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 31. RGB value is (26,170,49). Sum of RGB (Red+Green+Blue) = 26+170+49=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA31 is #E555CE. Grayscale: #717171. Windows color (decimal): -15029711 or 3254810. OLE color: 3254810.
HSL color Cylindrical-coordinate representation of color #1AAA31: hue angle of 129.58º 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 #1AAA31 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 49 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.33 |
| HSL | 129.58º | 0.73% | 0.38% | - |
| HSV(B) | 129.58º | 0.85% | 0.67% | - |
| XYZ | 15.36 | 29.19 | 7.73 | - |
| YUV | 113.15 | 91.79 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 49 | 0.85 | 0 | 0.71 | 0.33 | 129.58 | 0.73 | 0.38 |
| Hex | 1A | AA | 31 | 55 | 0 | 47 | 21 | 82 | 49 | 26 |
| Octal | 32 | 252 | 61 | 125 | 0 | 107 | 41 | 202 | 111 | 46 |
| Binary | 11010 | 10101010 | 110001 | 1010101 | 0 | 1000111 | 100001 | 10000010 | 1001001 | 100110 |
Color Harmonies of #1AAA31
Complementary color
Monochromatic Colors of #1AAA31
Black with #1AAA31
Text Example
Text Example
White with #1AAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA31; }
p { color: rgb(26,170,49); }
H1.HeaderClassName
{
color: #1AAA31;
}
.AnyTagClassName
{
color: #1AAA31;
}
</style>
background-color css
<style>
a { background-color: #1AAA31; }
a { background-color: rgb(26,170,49); }
div.DivClassName
{
background-color: #1AAA31;
}
.BgClassName
{
background-color: #1AAA31;
}
</style>
border-color css
<style>
span { border-color: #1AAA31; }
span { border-color: rgb(26,170,49); }
td.TdClassName
{
border-color: #1AAA31;
}
.TagClassName
{
border-color: #1AAA31;
}
</style>