Shades of Dark Pastel Green #22AA3E
Tints of Dark Pastel Green #22AA3E
RGB
CMYK
RGB Variations
Color information
#22AA3E (or 0x22AA3E) is known color: Dark Pastel Green. HEX triplet: 22, AA and 3E. RGB value is (34,170,62). Sum of RGB (Red+Green+Blue) = 34+170+62=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AA3E is #DD55C1. Grayscale: #757575. Windows color (decimal): -14505410 or 4106786. OLE color: 4106786.
HSL color Cylindrical-coordinate representation of color #22AA3E: hue angle of 132.35º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA3E is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 62 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.33 |
| HSL | 132.35º | 0.67% | 0.4% | - |
| HSV(B) | 132.35º | 0.8% | 0.67% | - |
| XYZ | 15.9 | 29.44 | 9.4 | - |
| YUV | 117.02 | 96.94 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 62 | 0.80 | 0 | 0.64 | 0.33 | 132.35 | 0.67 | 0.4 |
| Hex | 22 | AA | 3E | 50 | 0 | 40 | 21 | 84 | 43 | 28 |
| Octal | 42 | 252 | 76 | 120 | 0 | 100 | 41 | 204 | 103 | 50 |
| Binary | 100010 | 10101010 | 111110 | 1010000 | 0 | 1000000 | 100001 | 10000100 | 1000011 | 101000 |
Color Harmonies of #22AA3E
Complementary color
Monochromatic Colors of #22AA3E
Black with #22AA3E
Text Example
Text Example
White with #22AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA3E; }
p { color: rgb(34,170,62); }
H1.HeaderClassName
{
color: #22AA3E;
}
.AnyTagClassName
{
color: #22AA3E;
}
</style>
background-color css
<style>
a { background-color: #22AA3E; }
a { background-color: rgb(34,170,62); }
div.DivClassName
{
background-color: #22AA3E;
}
.BgClassName
{
background-color: #22AA3E;
}
</style>
border-color css
<style>
span { border-color: #22AA3E; }
span { border-color: rgb(34,170,62); }
td.TdClassName
{
border-color: #22AA3E;
}
.TagClassName
{
border-color: #22AA3E;
}
</style>