Shades of Parsley #225129
Tints of Parsley #225129
RGB
CMYK
RGB Variations
Color information
#225129 (or 0x225129) is known color: Parsley. HEX triplet: 22, 51 and 29. RGB value is (34,81,41). Sum of RGB (Red+Green+Blue) = 34+81+41=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #225129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225129 is #DDAED6. Grayscale: #3E3E3E. Windows color (decimal): -14528215 or 2707746. OLE color: 2707746.
HSL color Cylindrical-coordinate representation of color #225129: hue angle of 128.94º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225129 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 41 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.68 |
| HSL | 128.94º | 0.41% | 0.23% | - |
| HSV(B) | 128.94º | 0.58% | 0.32% | - |
| XYZ | 4 | 6.39 | 3.12 | - |
| YUV | 62.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 41 | 0.58 | 0 | 0.49 | 0.68 | 128.94 | 0.41 | 0.23 |
| Hex | 22 | 51 | 29 | 3A | 0 | 31 | 44 | 81 | 29 | 17 |
| Octal | 42 | 121 | 51 | 72 | 0 | 61 | 104 | 201 | 51 | 27 |
| Binary | 100010 | 1010001 | 101001 | 111010 | 0 | 110001 | 1000100 | 10000001 | 101001 | 10111 |
Color Harmonies of #225129
Complementary color
Monochromatic Colors of #225129
Black with #225129
Text Example
Text Example
White with #225129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225129; }
p { color: rgb(34,81,41); }
H1.HeaderClassName
{
color: #225129;
}
.AnyTagClassName
{
color: #225129;
}
</style>
background-color css
<style>
a { background-color: #225129; }
a { background-color: rgb(34,81,41); }
div.DivClassName
{
background-color: #225129;
}
.BgClassName
{
background-color: #225129;
}
</style>
border-color css
<style>
span { border-color: #225129; }
span { border-color: rgb(34,81,41); }
td.TdClassName
{
border-color: #225129;
}
.TagClassName
{
border-color: #225129;
}
</style>