Shades of Dark Pastel Green #22AA3A
Tints of Dark Pastel Green #22AA3A
RGB
CMYK
RGB Variations
Color information
#22AA3A (or 0x22AA3A) is known color: Dark Pastel Green. HEX triplet: 22, AA and 3A. RGB value is (34,170,58). Sum of RGB (Red+Green+Blue) = 34+170+58=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AA3A is #DD55C5. Grayscale: #747474. Windows color (decimal): -14505414 or 3844642. OLE color: 3844642.
HSL color Cylindrical-coordinate representation of color #22AA3A: hue angle of 130.59º 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 #22AA3A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 58 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.33 |
| HSL | 130.59º | 0.67% | 0.4% | - |
| HSV(B) | 130.59º | 0.8% | 0.67% | - |
| XYZ | 15.8 | 29.4 | 8.84 | - |
| YUV | 116.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 58 | 0.80 | 0 | 0.66 | 0.33 | 130.59 | 0.67 | 0.4 |
| Hex | 22 | AA | 3A | 50 | 0 | 42 | 21 | 83 | 43 | 28 |
| Octal | 42 | 252 | 72 | 120 | 0 | 102 | 41 | 203 | 103 | 50 |
| Binary | 100010 | 10101010 | 111010 | 1010000 | 0 | 1000010 | 100001 | 10000011 | 1000011 | 101000 |
Color Harmonies of #22AA3A
Complementary color
Monochromatic Colors of #22AA3A
Black with #22AA3A
Text Example
Text Example
White with #22AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA3A; }
p { color: rgb(34,170,58); }
H1.HeaderClassName
{
color: #22AA3A;
}
.AnyTagClassName
{
color: #22AA3A;
}
</style>
background-color css
<style>
a { background-color: #22AA3A; }
a { background-color: rgb(34,170,58); }
div.DivClassName
{
background-color: #22AA3A;
}
.BgClassName
{
background-color: #22AA3A;
}
</style>
border-color css
<style>
span { border-color: #22AA3A; }
span { border-color: rgb(34,170,58); }
td.TdClassName
{
border-color: #22AA3A;
}
.TagClassName
{
border-color: #22AA3A;
}
</style>