Shades of Dark Pastel Green #1AAA30
Tints of Dark Pastel Green #1AAA30
RGB
CMYK
RGB Variations
Color information
#1AAA30 (or 0x1AAA30) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 30. RGB value is (26,170,48). Sum of RGB (Red+Green+Blue) = 26+170+48=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA30 is #E555CF. Grayscale: #717171. Windows color (decimal): -15029712 or 3189274. OLE color: 3189274.
HSL color Cylindrical-coordinate representation of color #1AAA30: hue angle of 129.17º 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 #1AAA30 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 48 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.33 |
| HSL | 129.17º | 0.73% | 0.38% | - |
| HSV(B) | 129.17º | 0.85% | 0.67% | - |
| XYZ | 15.33 | 29.18 | 7.62 | - |
| YUV | 113.04 | 91.29 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 48 | 0.85 | 0 | 0.72 | 0.33 | 129.17 | 0.73 | 0.38 |
| Hex | 1A | AA | 30 | 55 | 0 | 48 | 21 | 81 | 49 | 26 |
| Octal | 32 | 252 | 60 | 125 | 0 | 110 | 41 | 201 | 111 | 46 |
| Binary | 11010 | 10101010 | 110000 | 1010101 | 0 | 1001000 | 100001 | 10000001 | 1001001 | 100110 |
Color Harmonies of #1AAA30
Complementary color
Monochromatic Colors of #1AAA30
Black with #1AAA30
Text Example
Text Example
White with #1AAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA30; }
p { color: rgb(26,170,48); }
H1.HeaderClassName
{
color: #1AAA30;
}
.AnyTagClassName
{
color: #1AAA30;
}
</style>
background-color css
<style>
a { background-color: #1AAA30; }
a { background-color: rgb(26,170,48); }
div.DivClassName
{
background-color: #1AAA30;
}
.BgClassName
{
background-color: #1AAA30;
}
</style>
border-color css
<style>
span { border-color: #1AAA30; }
span { border-color: rgb(26,170,48); }
td.TdClassName
{
border-color: #1AAA30;
}
.TagClassName
{
border-color: #1AAA30;
}
</style>