Shades of Parsley #225D27
Tints of Parsley #225D27
RGB
CMYK
RGB Variations
Color information
#225D27 (or 0x225D27) is known color: Parsley. HEX triplet: 22, 5D and 27. RGB value is (34,93,39). Sum of RGB (Red+Green+Blue) = 34+93+39=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #225D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D27 is #DDA2D8. Grayscale: #454545. Windows color (decimal): -14525145 or 2579746. OLE color: 2579746.
HSL color Cylindrical-coordinate representation of color #225D27: hue angle of 125.08º 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 #225D27 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 39 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.64 |
| HSL | 125.08º | 0.46% | 0.25% | - |
| HSV(B) | 125.08º | 0.63% | 0.36% | - |
| XYZ | 4.94 | 8.32 | 3.26 | - |
| YUV | 69.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 39 | 0.63 | 0 | 0.58 | 0.64 | 125.08 | 0.46 | 0.25 |
| Hex | 22 | 5D | 27 | 3F | 0 | 3A | 40 | 7D | 2E | 19 |
| Octal | 42 | 135 | 47 | 77 | 0 | 72 | 100 | 175 | 56 | 31 |
| Binary | 100010 | 1011101 | 100111 | 111111 | 0 | 111010 | 1000000 | 1111101 | 101110 | 11001 |
Color Harmonies of #225D27
Complementary color
Monochromatic Colors of #225D27
Black with #225D27
Text Example
Text Example
White with #225D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D27; }
p { color: rgb(34,93,39); }
H1.HeaderClassName
{
color: #225D27;
}
.AnyTagClassName
{
color: #225D27;
}
</style>
background-color css
<style>
a { background-color: #225D27; }
a { background-color: rgb(34,93,39); }
div.DivClassName
{
background-color: #225D27;
}
.BgClassName
{
background-color: #225D27;
}
</style>
border-color css
<style>
span { border-color: #225D27; }
span { border-color: rgb(34,93,39); }
td.TdClassName
{
border-color: #225D27;
}
.TagClassName
{
border-color: #225D27;
}
</style>