Shades of Parsley #225D2C
Tints of Parsley #225D2C
RGB
CMYK
RGB Variations
Color information
#225D2C (or 0x225D2C) is known color: Parsley. HEX triplet: 22, 5D and 2C. RGB value is (34,93,44). Sum of RGB (Red+Green+Blue) = 34+93+44=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #225D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D2C is #DDA2D3. Grayscale: #454545. Windows color (decimal): -14525140 or 2907426. OLE color: 2907426.
HSL color Cylindrical-coordinate representation of color #225D2C: hue angle of 130.17º 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 #225D2C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 44 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.64 |
| HSL | 130.17º | 0.46% | 0.25% | - |
| HSV(B) | 130.17º | 0.63% | 0.36% | - |
| XYZ | 5.03 | 8.35 | 3.73 | - |
| YUV | 69.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 44 | 0.63 | 0 | 0.53 | 0.64 | 130.17 | 0.46 | 0.25 |
| Hex | 22 | 5D | 2C | 3F | 0 | 35 | 40 | 82 | 2E | 19 |
| Octal | 42 | 135 | 54 | 77 | 0 | 65 | 100 | 202 | 56 | 31 |
| Binary | 100010 | 1011101 | 101100 | 111111 | 0 | 110101 | 1000000 | 10000010 | 101110 | 11001 |
Color Harmonies of #225D2C
Complementary color
Monochromatic Colors of #225D2C
Black with #225D2C
Text Example
Text Example
White with #225D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D2C; }
p { color: rgb(34,93,44); }
H1.HeaderClassName
{
color: #225D2C;
}
.AnyTagClassName
{
color: #225D2C;
}
</style>
background-color css
<style>
a { background-color: #225D2C; }
a { background-color: rgb(34,93,44); }
div.DivClassName
{
background-color: #225D2C;
}
.BgClassName
{
background-color: #225D2C;
}
</style>
border-color css
<style>
span { border-color: #225D2C; }
span { border-color: rgb(34,93,44); }
td.TdClassName
{
border-color: #225D2C;
}
.TagClassName
{
border-color: #225D2C;
}
</style>