Shades of Dark Pastel Green #1AAA3B
Tints of Dark Pastel Green #1AAA3B
RGB
CMYK
RGB Variations
Color information
#1AAA3B (or 0x1AAA3B) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 3B. RGB value is (26,170,59). Sum of RGB (Red+Green+Blue) = 26+170+59=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA3B is #E555C4. Grayscale: #727272. Windows color (decimal): -15029701 or 3910170. OLE color: 3910170.
HSL color Cylindrical-coordinate representation of color #1AAA3B: hue angle of 133.75º 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 #1AAA3B is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 59 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.33 |
| HSL | 133.75º | 0.73% | 0.38% | - |
| HSV(B) | 133.75º | 0.85% | 0.67% | - |
| XYZ | 15.59 | 29.28 | 8.97 | - |
| YUV | 114.29 | 96.79 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 59 | 0.85 | 0 | 0.65 | 0.33 | 133.75 | 0.73 | 0.38 |
| Hex | 1A | AA | 3B | 55 | 0 | 41 | 21 | 86 | 49 | 26 |
| Octal | 32 | 252 | 73 | 125 | 0 | 101 | 41 | 206 | 111 | 46 |
| Binary | 11010 | 10101010 | 111011 | 1010101 | 0 | 1000001 | 100001 | 10000110 | 1001001 | 100110 |
Color Harmonies of #1AAA3B
Complementary color
Monochromatic Colors of #1AAA3B
Black with #1AAA3B
Text Example
Text Example
White with #1AAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA3B; }
p { color: rgb(26,170,59); }
H1.HeaderClassName
{
color: #1AAA3B;
}
.AnyTagClassName
{
color: #1AAA3B;
}
</style>
background-color css
<style>
a { background-color: #1AAA3B; }
a { background-color: rgb(26,170,59); }
div.DivClassName
{
background-color: #1AAA3B;
}
.BgClassName
{
background-color: #1AAA3B;
}
</style>
border-color css
<style>
span { border-color: #1AAA3B; }
span { border-color: rgb(26,170,59); }
td.TdClassName
{
border-color: #1AAA3B;
}
.TagClassName
{
border-color: #1AAA3B;
}
</style>