Shades of Parsley #22602C
Tints of Parsley #22602C
RGB
CMYK
RGB Variations
Color information
#22602C (or 0x22602C) is known color: Parsley. HEX triplet: 22, 60 and 2C. RGB value is (34,96,44). Sum of RGB (Red+Green+Blue) = 34+96+44=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #22602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22602C is #DD9FD3. Grayscale: #474747. Windows color (decimal): -14524372 or 2908194. OLE color: 2908194.
HSL color Cylindrical-coordinate representation of color #22602C: hue angle of 129.68º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22602C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 96 | 44 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.62 |
| HSL | 129.68º | 0.48% | 0.25% | - |
| HSV(B) | 129.68º | 0.65% | 0.38% | - |
| XYZ | 5.3 | 8.89 | 3.82 | - |
| YUV | 71.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 44 | 0.65 | 0 | 0.54 | 0.62 | 129.68 | 0.48 | 0.25 |
| Hex | 22 | 60 | 2C | 41 | 0 | 36 | 3E | 82 | 30 | 19 |
| Octal | 42 | 140 | 54 | 101 | 0 | 66 | 76 | 202 | 60 | 31 |
| Binary | 100010 | 1100000 | 101100 | 1000001 | 0 | 110110 | 111110 | 10000010 | 110000 | 11001 |
Color Harmonies of #22602C
Complementary color
Monochromatic Colors of #22602C
Black with #22602C
Text Example
Text Example
White with #22602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22602C; }
p { color: rgb(34,96,44); }
H1.HeaderClassName
{
color: #22602C;
}
.AnyTagClassName
{
color: #22602C;
}
</style>
background-color css
<style>
a { background-color: #22602C; }
a { background-color: rgb(34,96,44); }
div.DivClassName
{
background-color: #22602C;
}
.BgClassName
{
background-color: #22602C;
}
</style>
border-color css
<style>
span { border-color: #22602C; }
span { border-color: rgb(34,96,44); }
td.TdClassName
{
border-color: #22602C;
}
.TagClassName
{
border-color: #22602C;
}
</style>