Shades of Dark Pastel Green #22B946
Tints of Dark Pastel Green #22B946
RGB
CMYK
RGB Variations
Color information
#22B946 (or 0x22B946) is known color: Dark Pastel Green. HEX triplet: 22, B9 and 46. RGB value is (34,185,70). Sum of RGB (Red+Green+Blue) = 34+185+70=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #22B946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B946 is #DD46B9. Grayscale: #7F7F7F. Windows color (decimal): -14501562 or 4634914. OLE color: 4634914.
HSL color Cylindrical-coordinate representation of color #22B946: hue angle of 134.3º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B946 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 185 | 70 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.27 |
| HSL | 134.3º | 0.69% | 0.43% | - |
| HSV(B) | 134.3º | 0.82% | 0.73% | - |
| XYZ | 19.11 | 35.48 | 11.64 | - |
| YUV | 126.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 185 | 70 | 0.82 | 0 | 0.62 | 0.27 | 134.3 | 0.69 | 0.43 |
| Hex | 22 | B9 | 46 | 52 | 0 | 3E | 1B | 86 | 45 | 2B |
| Octal | 42 | 271 | 106 | 122 | 0 | 76 | 33 | 206 | 105 | 53 |
| Binary | 100010 | 10111001 | 1000110 | 1010010 | 0 | 111110 | 11011 | 10000110 | 1000101 | 101011 |
Color Harmonies of #22B946
Complementary color
Monochromatic Colors of #22B946
Black with #22B946
Text Example
Text Example
White with #22B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B946; }
p { color: rgb(34,185,70); }
H1.HeaderClassName
{
color: #22B946;
}
.AnyTagClassName
{
color: #22B946;
}
</style>
background-color css
<style>
a { background-color: #22B946; }
a { background-color: rgb(34,185,70); }
div.DivClassName
{
background-color: #22B946;
}
.BgClassName
{
background-color: #22B946;
}
</style>
border-color css
<style>
span { border-color: #22B946; }
span { border-color: rgb(34,185,70); }
td.TdClassName
{
border-color: #22B946;
}
.TagClassName
{
border-color: #22B946;
}
</style>