Shades of Parsley #225C29
Tints of Parsley #225C29
RGB
CMYK
RGB Variations
Color information
#225C29 (or 0x225C29) is known color: Parsley. HEX triplet: 22, 5C and 29. RGB value is (34,92,41). Sum of RGB (Red+Green+Blue) = 34+92+41=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #225C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C29 is #DDA3D6. Grayscale: #444444. Windows color (decimal): -14525399 or 2710562. OLE color: 2710562.
HSL color Cylindrical-coordinate representation of color #225C29: hue angle of 127.24º 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 #225C29 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 41 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.64 |
| HSL | 127.24º | 0.46% | 0.25% | - |
| HSV(B) | 127.24º | 0.63% | 0.36% | - |
| XYZ | 4.89 | 8.15 | 3.41 | - |
| YUV | 68.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 41 | 0.63 | 0 | 0.55 | 0.64 | 127.24 | 0.46 | 0.25 |
| Hex | 22 | 5C | 29 | 3F | 0 | 37 | 40 | 7F | 2E | 19 |
| Octal | 42 | 134 | 51 | 77 | 0 | 67 | 100 | 177 | 56 | 31 |
| Binary | 100010 | 1011100 | 101001 | 111111 | 0 | 110111 | 1000000 | 1111111 | 101110 | 11001 |
Color Harmonies of #225C29
Complementary color
Monochromatic Colors of #225C29
Black with #225C29
Text Example
Text Example
White with #225C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C29; }
p { color: rgb(34,92,41); }
H1.HeaderClassName
{
color: #225C29;
}
.AnyTagClassName
{
color: #225C29;
}
</style>
background-color css
<style>
a { background-color: #225C29; }
a { background-color: rgb(34,92,41); }
div.DivClassName
{
background-color: #225C29;
}
.BgClassName
{
background-color: #225C29;
}
</style>
border-color css
<style>
span { border-color: #225C29; }
span { border-color: rgb(34,92,41); }
td.TdClassName
{
border-color: #225C29;
}
.TagClassName
{
border-color: #225C29;
}
</style>