Shades of Parsley #225D24
Tints of Parsley #225D24
RGB
CMYK
RGB Variations
Color information
#225D24 (or 0x225D24) is known color: Parsley. HEX triplet: 22, 5D and 24. RGB value is (34,93,36). Sum of RGB (Red+Green+Blue) = 34+93+36=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #225D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D24 is #DDA2DB. Grayscale: #454545. Windows color (decimal): -14525148 or 2383138. OLE color: 2383138.
HSL color Cylindrical-coordinate representation of color #225D24: hue angle of 122.03º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D24 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 36 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.64 |
| HSL | 122.03º | 0.46% | 0.25% | - |
| HSV(B) | 122.03º | 0.63% | 0.36% | - |
| XYZ | 4.89 | 8.3 | 3.01 | - |
| YUV | 68.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 36 | 0.63 | 0 | 0.61 | 0.64 | 122.03 | 0.46 | 0.25 |
| Hex | 22 | 5D | 24 | 3F | 0 | 3D | 40 | 7A | 2E | 19 |
| Octal | 42 | 135 | 44 | 77 | 0 | 75 | 100 | 172 | 56 | 31 |
| Binary | 100010 | 1011101 | 100100 | 111111 | 0 | 111101 | 1000000 | 1111010 | 101110 | 11001 |
Color Harmonies of #225D24
Complementary color
Monochromatic Colors of #225D24
Black with #225D24
Text Example
Text Example
White with #225D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D24; }
p { color: rgb(34,93,36); }
H1.HeaderClassName
{
color: #225D24;
}
.AnyTagClassName
{
color: #225D24;
}
</style>
background-color css
<style>
a { background-color: #225D24; }
a { background-color: rgb(34,93,36); }
div.DivClassName
{
background-color: #225D24;
}
.BgClassName
{
background-color: #225D24;
}
</style>
border-color css
<style>
span { border-color: #225D24; }
span { border-color: rgb(34,93,36); }
td.TdClassName
{
border-color: #225D24;
}
.TagClassName
{
border-color: #225D24;
}
</style>