Shades of Dark Pastel Green #22B242
Tints of Dark Pastel Green #22B242
RGB
CMYK
RGB Variations
Color information
#22B242 (or 0x22B242) is known color: Dark Pastel Green. HEX triplet: 22, B2 and 42. RGB value is (34,178,66). Sum of RGB (Red+Green+Blue) = 34+178+66=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #22B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B242 is #DD4DBD. Grayscale: #7A7A7A. Windows color (decimal): -14503358 or 4370978. OLE color: 4370978.
HSL color Cylindrical-coordinate representation of color #22B242: hue angle of 133.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B242 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 178 | 66 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.30 |
| HSL | 133.33º | 0.68% | 0.42% | - |
| HSV(B) | 133.33º | 0.81% | 0.7% | - |
| XYZ | 17.56 | 32.57 | 10.52 | - |
| YUV | 122.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 66 | 0.81 | 0 | 0.63 | 0.30 | 133.33 | 0.68 | 0.42 |
| Hex | 22 | B2 | 42 | 51 | 0 | 3F | 1E | 85 | 44 | 2A |
| Octal | 42 | 262 | 102 | 121 | 0 | 77 | 36 | 205 | 104 | 52 |
| Binary | 100010 | 10110010 | 1000010 | 1010001 | 0 | 111111 | 11110 | 10000101 | 1000100 | 101010 |
Color Harmonies of #22B242
Complementary color
Monochromatic Colors of #22B242
Black with #22B242
Text Example
Text Example
White with #22B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B242; }
p { color: rgb(34,178,66); }
H1.HeaderClassName
{
color: #22B242;
}
.AnyTagClassName
{
color: #22B242;
}
</style>
background-color css
<style>
a { background-color: #22B242; }
a { background-color: rgb(34,178,66); }
div.DivClassName
{
background-color: #22B242;
}
.BgClassName
{
background-color: #22B242;
}
</style>
border-color css
<style>
span { border-color: #22B242; }
span { border-color: rgb(34,178,66); }
td.TdClassName
{
border-color: #22B242;
}
.TagClassName
{
border-color: #22B242;
}
</style>