Shades of Dark Pastel Green #22C145
Tints of Dark Pastel Green #22C145
RGB
CMYK
RGB Variations
Color information
#22C145 (or 0x22C145) is known color: Dark Pastel Green. HEX triplet: 22, C1 and 45. RGB value is (34,193,69). Sum of RGB (Red+Green+Blue) = 34+193+69=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #22C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C145 is #DD3EBA. Grayscale: #838383. Windows color (decimal): -14499515 or 4571426. OLE color: 4571426.
HSL color Cylindrical-coordinate representation of color #22C145: hue angle of 133.21º 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 #22C145 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 69 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.24 |
| HSL | 133.21º | 0.7% | 0.45% | - |
| HSV(B) | 133.21º | 0.82% | 0.76% | - |
| XYZ | 20.8 | 38.91 | 12.04 | - |
| YUV | 131.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 69 | 0.82 | 0 | 0.64 | 0.24 | 133.21 | 0.7 | 0.45 |
| Hex | 22 | C1 | 45 | 52 | 0 | 40 | 18 | 85 | 46 | 2D |
| Octal | 42 | 301 | 105 | 122 | 0 | 100 | 30 | 205 | 106 | 55 |
| Binary | 100010 | 11000001 | 1000101 | 1010010 | 0 | 1000000 | 11000 | 10000101 | 1000110 | 101101 |
Color Harmonies of #22C145
Complementary color
Monochromatic Colors of #22C145
Black with #22C145
Text Example
Text Example
White with #22C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C145; }
p { color: rgb(34,193,69); }
H1.HeaderClassName
{
color: #22C145;
}
.AnyTagClassName
{
color: #22C145;
}
</style>
background-color css
<style>
a { background-color: #22C145; }
a { background-color: rgb(34,193,69); }
div.DivClassName
{
background-color: #22C145;
}
.BgClassName
{
background-color: #22C145;
}
</style>
border-color css
<style>
span { border-color: #22C145; }
span { border-color: rgb(34,193,69); }
td.TdClassName
{
border-color: #22C145;
}
.TagClassName
{
border-color: #22C145;
}
</style>