Shades of Dark Pastel Green #22BD43
Tints of Dark Pastel Green #22BD43
RGB
CMYK
RGB Variations
Color information
#22BD43 (or 0x22BD43) is known color: Dark Pastel Green. HEX triplet: 22, BD and 43. RGB value is (34,189,67). Sum of RGB (Red+Green+Blue) = 34+189+67=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD43 is #DD42BC. Grayscale: #818181. Windows color (decimal): -14500541 or 4439330. OLE color: 4439330.
HSL color Cylindrical-coordinate representation of color #22BD43: hue angle of 132.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BD43 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 67 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.26 |
| HSL | 132.77º | 0.7% | 0.44% | - |
| HSV(B) | 132.77º | 0.82% | 0.74% | - |
| XYZ | 19.87 | 37.14 | 11.43 | - |
| YUV | 128.75 | 93.15 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 67 | 0.82 | 0 | 0.65 | 0.26 | 132.77 | 0.7 | 0.44 |
| Hex | 22 | BD | 43 | 52 | 0 | 41 | 1A | 85 | 46 | 2C |
| Octal | 42 | 275 | 103 | 122 | 0 | 101 | 32 | 205 | 106 | 54 |
| Binary | 100010 | 10111101 | 1000011 | 1010010 | 0 | 1000001 | 11010 | 10000101 | 1000110 | 101100 |
Color Harmonies of #22BD43
Complementary color
Monochromatic Colors of #22BD43
Black with #22BD43
Text Example
Text Example
White with #22BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BD43; }
p { color: rgb(34,189,67); }
H1.HeaderClassName
{
color: #22BD43;
}
.AnyTagClassName
{
color: #22BD43;
}
</style>
background-color css
<style>
a { background-color: #22BD43; }
a { background-color: rgb(34,189,67); }
div.DivClassName
{
background-color: #22BD43;
}
.BgClassName
{
background-color: #22BD43;
}
</style>
border-color css
<style>
span { border-color: #22BD43; }
span { border-color: rgb(34,189,67); }
td.TdClassName
{
border-color: #22BD43;
}
.TagClassName
{
border-color: #22BD43;
}
</style>