Shades of Dark Pastel Green #1AAA41
Tints of Dark Pastel Green #1AAA41
RGB
CMYK
RGB Variations
Color information
#1AAA41 (or 0x1AAA41) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 41. RGB value is (26,170,65). Sum of RGB (Red+Green+Blue) = 26+170+65=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA41 is #E555BE. Grayscale: #737373. Windows color (decimal): -15029695 or 4303386. OLE color: 4303386.
HSL color Cylindrical-coordinate representation of color #1AAA41: hue angle of 136.25º 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 #1AAA41 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 65 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.33 |
| HSL | 136.25º | 0.73% | 0.38% | - |
| HSV(B) | 136.25º | 0.85% | 0.67% | - |
| XYZ | 15.75 | 29.35 | 9.84 | - |
| YUV | 114.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 65 | 0.85 | 0 | 0.62 | 0.33 | 136.25 | 0.73 | 0.38 |
| Hex | 1A | AA | 41 | 55 | 0 | 3E | 21 | 88 | 49 | 26 |
| Octal | 32 | 252 | 101 | 125 | 0 | 76 | 41 | 210 | 111 | 46 |
| Binary | 11010 | 10101010 | 1000001 | 1010101 | 0 | 111110 | 100001 | 10001000 | 1001001 | 100110 |
Color Harmonies of #1AAA41
Complementary color
Monochromatic Colors of #1AAA41
Black with #1AAA41
Text Example
Text Example
White with #1AAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA41; }
p { color: rgb(26,170,65); }
H1.HeaderClassName
{
color: #1AAA41;
}
.AnyTagClassName
{
color: #1AAA41;
}
</style>
background-color css
<style>
a { background-color: #1AAA41; }
a { background-color: rgb(26,170,65); }
div.DivClassName
{
background-color: #1AAA41;
}
.BgClassName
{
background-color: #1AAA41;
}
</style>
border-color css
<style>
span { border-color: #1AAA41; }
span { border-color: rgb(26,170,65); }
td.TdClassName
{
border-color: #1AAA41;
}
.TagClassName
{
border-color: #1AAA41;
}
</style>