Shades of Dark Pastel Green #22BA47
Tints of Dark Pastel Green #22BA47
RGB
CMYK
RGB Variations
Color information
#22BA47 (or 0x22BA47) is known color: Dark Pastel Green. HEX triplet: 22, BA and 47. RGB value is (34,186,71). Sum of RGB (Red+Green+Blue) = 34+186+71=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BA47 is #DD45B8. Grayscale: #7F7F7F. Windows color (decimal): -14501305 or 4700706. OLE color: 4700706.
HSL color Cylindrical-coordinate representation of color #22BA47: hue angle of 134.61º 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 #22BA47 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 71 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.27 |
| HSL | 134.61º | 0.69% | 0.43% | - |
| HSV(B) | 134.61º | 0.82% | 0.73% | - |
| XYZ | 19.36 | 35.91 | 11.87 | - |
| YUV | 127.44 | 96.14 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 71 | 0.82 | 0 | 0.62 | 0.27 | 134.61 | 0.69 | 0.43 |
| Hex | 22 | BA | 47 | 52 | 0 | 3E | 1B | 87 | 45 | 2B |
| Octal | 42 | 272 | 107 | 122 | 0 | 76 | 33 | 207 | 105 | 53 |
| Binary | 100010 | 10111010 | 1000111 | 1010010 | 0 | 111110 | 11011 | 10000111 | 1000101 | 101011 |
Color Harmonies of #22BA47
Complementary color
Monochromatic Colors of #22BA47
Black with #22BA47
Text Example
Text Example
White with #22BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BA47; }
p { color: rgb(34,186,71); }
H1.HeaderClassName
{
color: #22BA47;
}
.AnyTagClassName
{
color: #22BA47;
}
</style>
background-color css
<style>
a { background-color: #22BA47; }
a { background-color: rgb(34,186,71); }
div.DivClassName
{
background-color: #22BA47;
}
.BgClassName
{
background-color: #22BA47;
}
</style>
border-color css
<style>
span { border-color: #22BA47; }
span { border-color: rgb(34,186,71); }
td.TdClassName
{
border-color: #22BA47;
}
.TagClassName
{
border-color: #22BA47;
}
</style>