Shades of Dark Pastel Green #22AD3A
Tints of Dark Pastel Green #22AD3A
RGB
CMYK
RGB Variations
Color information
#22AD3A (or 0x22AD3A) is known color: Dark Pastel Green. HEX triplet: 22, AD and 3A. RGB value is (34,173,58). Sum of RGB (Red+Green+Blue) = 34+173+58=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AD3A is #DD52C5. Grayscale: #767676. Windows color (decimal): -14504646 or 3845410. OLE color: 3845410.
HSL color Cylindrical-coordinate representation of color #22AD3A: hue angle of 130.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AD3A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 58 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.32 |
| HSL | 130.36º | 0.67% | 0.41% | - |
| HSV(B) | 130.36º | 0.8% | 0.68% | - |
| XYZ | 16.37 | 30.53 | 9.03 | - |
| YUV | 118.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 58 | 0.80 | 0 | 0.66 | 0.32 | 130.36 | 0.67 | 0.41 |
| Hex | 22 | AD | 3A | 50 | 0 | 42 | 20 | 82 | 43 | 29 |
| Octal | 42 | 255 | 72 | 120 | 0 | 102 | 40 | 202 | 103 | 51 |
| Binary | 100010 | 10101101 | 111010 | 1010000 | 0 | 1000010 | 100000 | 10000010 | 1000011 | 101001 |
Color Harmonies of #22AD3A
Complementary color
Monochromatic Colors of #22AD3A
Black with #22AD3A
Text Example
Text Example
White with #22AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD3A; }
p { color: rgb(34,173,58); }
H1.HeaderClassName
{
color: #22AD3A;
}
.AnyTagClassName
{
color: #22AD3A;
}
</style>
background-color css
<style>
a { background-color: #22AD3A; }
a { background-color: rgb(34,173,58); }
div.DivClassName
{
background-color: #22AD3A;
}
.BgClassName
{
background-color: #22AD3A;
}
</style>
border-color css
<style>
span { border-color: #22AD3A; }
span { border-color: rgb(34,173,58); }
td.TdClassName
{
border-color: #22AD3A;
}
.TagClassName
{
border-color: #22AD3A;
}
</style>