Shades of Dark Pastel Green #22AB3C
Tints of Dark Pastel Green #22AB3C
RGB
CMYK
RGB Variations
Color information
#22AB3C (or 0x22AB3C) is known color: Dark Pastel Green. HEX triplet: 22, AB and 3C. RGB value is (34,171,60). Sum of RGB (Red+Green+Blue) = 34+171+60=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AB3C is #DD54C3. Grayscale: #757575. Windows color (decimal): -14505156 or 3975970. OLE color: 3975970.
HSL color Cylindrical-coordinate representation of color #22AB3C: hue angle of 131.39º 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 #22AB3C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 60 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.33 |
| HSL | 131.39º | 0.67% | 0.4% | - |
| HSV(B) | 131.39º | 0.8% | 0.67% | - |
| XYZ | 16.04 | 29.79 | 9.18 | - |
| YUV | 117.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 60 | 0.80 | 0 | 0.65 | 0.33 | 131.39 | 0.67 | 0.4 |
| Hex | 22 | AB | 3C | 50 | 0 | 41 | 21 | 83 | 43 | 28 |
| Octal | 42 | 253 | 74 | 120 | 0 | 101 | 41 | 203 | 103 | 50 |
| Binary | 100010 | 10101011 | 111100 | 1010000 | 0 | 1000001 | 100001 | 10000011 | 1000011 | 101000 |
Color Harmonies of #22AB3C
Complementary color
Monochromatic Colors of #22AB3C
Black with #22AB3C
Text Example
Text Example
White with #22AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB3C; }
p { color: rgb(34,171,60); }
H1.HeaderClassName
{
color: #22AB3C;
}
.AnyTagClassName
{
color: #22AB3C;
}
</style>
background-color css
<style>
a { background-color: #22AB3C; }
a { background-color: rgb(34,171,60); }
div.DivClassName
{
background-color: #22AB3C;
}
.BgClassName
{
background-color: #22AB3C;
}
</style>
border-color css
<style>
span { border-color: #22AB3C; }
span { border-color: rgb(34,171,60); }
td.TdClassName
{
border-color: #22AB3C;
}
.TagClassName
{
border-color: #22AB3C;
}
</style>