Shades of Dark Pastel Green #22C246
Tints of Dark Pastel Green #22C246
RGB
CMYK
RGB Variations
Color information
#22C246 (or 0x22C246) is known color: Dark Pastel Green. HEX triplet: 22, C2 and 46. RGB value is (34,194,70). Sum of RGB (Red+Green+Blue) = 34+194+70=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #22C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C246 is #DD3DB9. Grayscale: #848484. Windows color (decimal): -14499258 or 4637218. OLE color: 4637218.
HSL color Cylindrical-coordinate representation of color #22C246: hue angle of 133.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C246 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 70 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.24 |
| HSL | 133.5º | 0.7% | 0.45% | - |
| HSV(B) | 133.5º | 0.82% | 0.76% | - |
| XYZ | 21.06 | 39.37 | 12.28 | - |
| YUV | 132.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 70 | 0.82 | 0 | 0.64 | 0.24 | 133.5 | 0.7 | 0.45 |
| Hex | 22 | C2 | 46 | 52 | 0 | 40 | 18 | 86 | 46 | 2D |
| Octal | 42 | 302 | 106 | 122 | 0 | 100 | 30 | 206 | 106 | 55 |
| Binary | 100010 | 11000010 | 1000110 | 1010010 | 0 | 1000000 | 11000 | 10000110 | 1000110 | 101101 |
Color Harmonies of #22C246
Complementary color
Monochromatic Colors of #22C246
Black with #22C246
Text Example
Text Example
White with #22C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C246; }
p { color: rgb(34,194,70); }
H1.HeaderClassName
{
color: #22C246;
}
.AnyTagClassName
{
color: #22C246;
}
</style>
background-color css
<style>
a { background-color: #22C246; }
a { background-color: rgb(34,194,70); }
div.DivClassName
{
background-color: #22C246;
}
.BgClassName
{
background-color: #22C246;
}
</style>
border-color css
<style>
span { border-color: #22C246; }
span { border-color: rgb(34,194,70); }
td.TdClassName
{
border-color: #22C246;
}
.TagClassName
{
border-color: #22C246;
}
</style>