Shades of Dark Pastel Green #1AAA44
Tints of Dark Pastel Green #1AAA44
RGB
CMYK
RGB Variations
Color information
#1AAA44 (or 0x1AAA44) is known color: Dark Pastel Green. HEX triplet: 1A, AA and 44. RGB value is (26,170,68). Sum of RGB (Red+Green+Blue) = 26+170+68=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA44 is #E555BB. Grayscale: #737373. Windows color (decimal): -15029692 or 4499994. OLE color: 4499994.
HSL color Cylindrical-coordinate representation of color #1AAA44: hue angle of 137.5º 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 #1AAA44 is Cyan = 0.85, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 68 | - |
| CMYK | 0.85 | 0 | 0.6 | 0.33 |
| HSL | 137.5º | 0.73% | 0.38% | - |
| HSV(B) | 137.5º | 0.85% | 0.67% | - |
| XYZ | 15.84 | 29.39 | 10.31 | - |
| YUV | 115.32 | 101.29 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 68 | 0.85 | 0 | 0.6 | 0.33 | 137.5 | 0.73 | 0.38 |
| Hex | 1A | AA | 44 | 55 | 0 | 3C | 21 | 8A | 49 | 26 |
| Octal | 32 | 252 | 104 | 125 | 0 | 74 | 41 | 212 | 111 | 46 |
| Binary | 11010 | 10101010 | 1000100 | 1010101 | 0 | 111100 | 100001 | 10001010 | 1001001 | 100110 |
Color Harmonies of #1AAA44
Complementary color
Monochromatic Colors of #1AAA44
Black with #1AAA44
Text Example
Text Example
White with #1AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA44; }
p { color: rgb(26,170,68); }
H1.HeaderClassName
{
color: #1AAA44;
}
.AnyTagClassName
{
color: #1AAA44;
}
</style>
background-color css
<style>
a { background-color: #1AAA44; }
a { background-color: rgb(26,170,68); }
div.DivClassName
{
background-color: #1AAA44;
}
.BgClassName
{
background-color: #1AAA44;
}
</style>
border-color css
<style>
span { border-color: #1AAA44; }
span { border-color: rgb(26,170,68); }
td.TdClassName
{
border-color: #1AAA44;
}
.TagClassName
{
border-color: #1AAA44;
}
</style>