Shades of Dark Pastel Green #22B13B
Tints of Dark Pastel Green #22B13B
RGB
CMYK
RGB Variations
Color information
#22B13B (or 0x22B13B) is known color: Dark Pastel Green. HEX triplet: 22, B1 and 3B. RGB value is (34,177,59). Sum of RGB (Red+Green+Blue) = 34+177+59=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #22B13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B13B is #DD4EC4. Grayscale: #797979. Windows color (decimal): -14503621 or 3911970. OLE color: 3911970.
HSL color Cylindrical-coordinate representation of color #22B13B: hue angle of 130.49º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B13B is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 177 | 59 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.31 |
| HSL | 130.49º | 0.68% | 0.41% | - |
| HSV(B) | 130.49º | 0.81% | 0.69% | - |
| XYZ | 17.17 | 32.1 | 9.43 | - |
| YUV | 120.79 | 93.12 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 177 | 59 | 0.81 | 0 | 0.67 | 0.31 | 130.49 | 0.68 | 0.41 |
| Hex | 22 | B1 | 3B | 51 | 0 | 43 | 1F | 82 | 44 | 29 |
| Octal | 42 | 261 | 73 | 121 | 0 | 103 | 37 | 202 | 104 | 51 |
| Binary | 100010 | 10110001 | 111011 | 1010001 | 0 | 1000011 | 11111 | 10000010 | 1000100 | 101001 |
Color Harmonies of #22B13B
Complementary color
Monochromatic Colors of #22B13B
Black with #22B13B
Text Example
Text Example
White with #22B13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B13B; }
p { color: rgb(34,177,59); }
H1.HeaderClassName
{
color: #22B13B;
}
.AnyTagClassName
{
color: #22B13B;
}
</style>
background-color css
<style>
a { background-color: #22B13B; }
a { background-color: rgb(34,177,59); }
div.DivClassName
{
background-color: #22B13B;
}
.BgClassName
{
background-color: #22B13B;
}
</style>
border-color css
<style>
span { border-color: #22B13B; }
span { border-color: rgb(34,177,59); }
td.TdClassName
{
border-color: #22B13B;
}
.TagClassName
{
border-color: #22B13B;
}
</style>