Shades of Dark Pastel Green #22B13D
Tints of Dark Pastel Green #22B13D
RGB
CMYK
RGB Variations
Color information
#22B13D (or 0x22B13D) is known color: Dark Pastel Green. HEX triplet: 22, B1 and 3D. RGB value is (34,177,61). Sum of RGB (Red+Green+Blue) = 34+177+61=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #22B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B13D is #DD4EC2. Grayscale: #797979. Windows color (decimal): -14503619 or 4043042. OLE color: 4043042.
HSL color Cylindrical-coordinate representation of color #22B13D: hue angle of 131.33º 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 #22B13D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 177 | 61 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.31 |
| HSL | 131.33º | 0.68% | 0.41% | - |
| HSV(B) | 131.33º | 0.81% | 0.69% | - |
| XYZ | 17.22 | 32.12 | 9.71 | - |
| YUV | 121.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 177 | 61 | 0.81 | 0 | 0.66 | 0.31 | 131.33 | 0.68 | 0.41 |
| Hex | 22 | B1 | 3D | 51 | 0 | 42 | 1F | 83 | 44 | 29 |
| Octal | 42 | 261 | 75 | 121 | 0 | 102 | 37 | 203 | 104 | 51 |
| Binary | 100010 | 10110001 | 111101 | 1010001 | 0 | 1000010 | 11111 | 10000011 | 1000100 | 101001 |
Color Harmonies of #22B13D
Complementary color
Monochromatic Colors of #22B13D
Black with #22B13D
Text Example
Text Example
White with #22B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B13D; }
p { color: rgb(34,177,61); }
H1.HeaderClassName
{
color: #22B13D;
}
.AnyTagClassName
{
color: #22B13D;
}
</style>
background-color css
<style>
a { background-color: #22B13D; }
a { background-color: rgb(34,177,61); }
div.DivClassName
{
background-color: #22B13D;
}
.BgClassName
{
background-color: #22B13D;
}
</style>
border-color css
<style>
span { border-color: #22B13D; }
span { border-color: rgb(34,177,61); }
td.TdClassName
{
border-color: #22B13D;
}
.TagClassName
{
border-color: #22B13D;
}
</style>