Shades of Parsley #225C2C
Tints of Parsley #225C2C
RGB
CMYK
RGB Variations
Color information
#225C2C (or 0x225C2C) is known color: Parsley. HEX triplet: 22, 5C and 2C. RGB value is (34,92,44). Sum of RGB (Red+Green+Blue) = 34+92+44=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #225C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C2C is #DDA3D3. Grayscale: #454545. Windows color (decimal): -14525396 or 2907170. OLE color: 2907170.
HSL color Cylindrical-coordinate representation of color #225C2C: hue angle of 130.34º 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 #225C2C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 44 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.64 |
| HSL | 130.34º | 0.46% | 0.25% | - |
| HSV(B) | 130.34º | 0.63% | 0.36% | - |
| XYZ | 4.94 | 8.18 | 3.7 | - |
| YUV | 69.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 44 | 0.63 | 0 | 0.52 | 0.64 | 130.34 | 0.46 | 0.25 |
| Hex | 22 | 5C | 2C | 3F | 0 | 34 | 40 | 82 | 2E | 19 |
| Octal | 42 | 134 | 54 | 77 | 0 | 64 | 100 | 202 | 56 | 31 |
| Binary | 100010 | 1011100 | 101100 | 111111 | 0 | 110100 | 1000000 | 10000010 | 101110 | 11001 |
Color Harmonies of #225C2C
Complementary color
Monochromatic Colors of #225C2C
Black with #225C2C
Text Example
Text Example
White with #225C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C2C; }
p { color: rgb(34,92,44); }
H1.HeaderClassName
{
color: #225C2C;
}
.AnyTagClassName
{
color: #225C2C;
}
</style>
background-color css
<style>
a { background-color: #225C2C; }
a { background-color: rgb(34,92,44); }
div.DivClassName
{
background-color: #225C2C;
}
.BgClassName
{
background-color: #225C2C;
}
</style>
border-color css
<style>
span { border-color: #225C2C; }
span { border-color: rgb(34,92,44); }
td.TdClassName
{
border-color: #225C2C;
}
.TagClassName
{
border-color: #225C2C;
}
</style>