Shades of Parsley #225C27
Tints of Parsley #225C27
RGB
CMYK
RGB Variations
Color information
#225C27 (or 0x225C27) is known color: Parsley. HEX triplet: 22, 5C and 27. RGB value is (34,92,39). Sum of RGB (Red+Green+Blue) = 34+92+39=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #225C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C27 is #DDA3D8. Grayscale: #444444. Windows color (decimal): -14525401 or 2579490. OLE color: 2579490.
HSL color Cylindrical-coordinate representation of color #225C27: hue angle of 125.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 #225C27 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 39 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.64 |
| HSL | 125.17º | 0.46% | 0.25% | - |
| HSV(B) | 125.17º | 0.63% | 0.36% | - |
| XYZ | 4.85 | 8.14 | 3.24 | - |
| YUV | 68.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 39 | 0.63 | 0 | 0.58 | 0.64 | 125.17 | 0.46 | 0.25 |
| Hex | 22 | 5C | 27 | 3F | 0 | 3A | 40 | 7D | 2E | 19 |
| Octal | 42 | 134 | 47 | 77 | 0 | 72 | 100 | 175 | 56 | 31 |
| Binary | 100010 | 1011100 | 100111 | 111111 | 0 | 111010 | 1000000 | 1111101 | 101110 | 11001 |
Color Harmonies of #225C27
Complementary color
Monochromatic Colors of #225C27
Black with #225C27
Text Example
Text Example
White with #225C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C27; }
p { color: rgb(34,92,39); }
H1.HeaderClassName
{
color: #225C27;
}
.AnyTagClassName
{
color: #225C27;
}
</style>
background-color css
<style>
a { background-color: #225C27; }
a { background-color: rgb(34,92,39); }
div.DivClassName
{
background-color: #225C27;
}
.BgClassName
{
background-color: #225C27;
}
</style>
border-color css
<style>
span { border-color: #225C27; }
span { border-color: rgb(34,92,39); }
td.TdClassName
{
border-color: #225C27;
}
.TagClassName
{
border-color: #225C27;
}
</style>