Shades of Dark Pastel Green #22AB40
Tints of Dark Pastel Green #22AB40
RGB
CMYK
RGB Variations
Color information
#22AB40 (or 0x22AB40) is known color: Dark Pastel Green. HEX triplet: 22, AB and 40. RGB value is (34,171,64). Sum of RGB (Red+Green+Blue) = 34+171+64=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 171 (67.19% from 255 or 63.57% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AB40 is #DD54BF. Grayscale: #767676. Windows color (decimal): -14505152 or 4238114. OLE color: 4238114.
HSL color Cylindrical-coordinate representation of color #22AB40: hue angle of 133.14º 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 #22AB40 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 64 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.33 |
| HSL | 133.14º | 0.67% | 0.4% | - |
| HSV(B) | 133.14º | 0.8% | 0.67% | - |
| XYZ | 16.15 | 29.84 | 9.76 | - |
| YUV | 117.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 64 | 0.80 | 0 | 0.63 | 0.33 | 133.14 | 0.67 | 0.4 |
| Hex | 22 | AB | 40 | 50 | 0 | 3F | 21 | 85 | 43 | 28 |
| Octal | 42 | 253 | 100 | 120 | 0 | 77 | 41 | 205 | 103 | 50 |
| Binary | 100010 | 10101011 | 1000000 | 1010000 | 0 | 111111 | 100001 | 10000101 | 1000011 | 101000 |
Color Harmonies of #22AB40
Complementary color
Monochromatic Colors of #22AB40
Black with #22AB40
Text Example
Text Example
White with #22AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB40; }
p { color: rgb(34,171,64); }
H1.HeaderClassName
{
color: #22AB40;
}
.AnyTagClassName
{
color: #22AB40;
}
</style>
background-color css
<style>
a { background-color: #22AB40; }
a { background-color: rgb(34,171,64); }
div.DivClassName
{
background-color: #22AB40;
}
.BgClassName
{
background-color: #22AB40;
}
</style>
border-color css
<style>
span { border-color: #22AB40; }
span { border-color: rgb(34,171,64); }
td.TdClassName
{
border-color: #22AB40;
}
.TagClassName
{
border-color: #22AB40;
}
</style>