Shades of Dark Pastel Green #22C04A
Tints of Dark Pastel Green #22C04A
RGB
CMYK
RGB Variations
Color information
#22C04A (or 0x22C04A) is known color: Dark Pastel Green. HEX triplet: 22, C0 and 4A. RGB value is (34,192,74). Sum of RGB (Red+Green+Blue) = 34+192+74=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #22C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C04A is #DD3FB5. Grayscale: #838383. Windows color (decimal): -14499766 or 4898850. OLE color: 4898850.
HSL color Cylindrical-coordinate representation of color #22C04A: hue angle of 135.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C04A is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 74 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.25 |
| HSL | 135.19º | 0.7% | 0.44% | - |
| HSV(B) | 135.19º | 0.82% | 0.75% | - |
| XYZ | 20.75 | 38.53 | 12.82 | - |
| YUV | 131.31 | 95.65 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 74 | 0.82 | 0 | 0.61 | 0.25 | 135.19 | 0.7 | 0.44 |
| Hex | 22 | C0 | 4A | 52 | 0 | 3D | 19 | 87 | 46 | 2C |
| Octal | 42 | 300 | 112 | 122 | 0 | 75 | 31 | 207 | 106 | 54 |
| Binary | 100010 | 11000000 | 1001010 | 1010010 | 0 | 111101 | 11001 | 10000111 | 1000110 | 101100 |
Color Harmonies of #22C04A
Complementary color
Monochromatic Colors of #22C04A
Black with #22C04A
Text Example
Text Example
White with #22C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C04A; }
p { color: rgb(34,192,74); }
H1.HeaderClassName
{
color: #22C04A;
}
.AnyTagClassName
{
color: #22C04A;
}
</style>
background-color css
<style>
a { background-color: #22C04A; }
a { background-color: rgb(34,192,74); }
div.DivClassName
{
background-color: #22C04A;
}
.BgClassName
{
background-color: #22C04A;
}
</style>
border-color css
<style>
span { border-color: #22C04A; }
span { border-color: rgb(34,192,74); }
td.TdClassName
{
border-color: #22C04A;
}
.TagClassName
{
border-color: #22C04A;
}
</style>