Shades of Parsley #225B2C
Tints of Parsley #225B2C
RGB
CMYK
RGB Variations
Color information
#225B2C (or 0x225B2C) is known color: Parsley. HEX triplet: 22, 5B and 2C. RGB value is (34,91,44). Sum of RGB (Red+Green+Blue) = 34+91+44=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #225B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B2C is #DDA4D3. Grayscale: #444444. Windows color (decimal): -14525652 or 2906914. OLE color: 2906914.
HSL color Cylindrical-coordinate representation of color #225B2C: hue angle of 130.53º 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 #225B2C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 44 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.64 |
| HSL | 130.53º | 0.46% | 0.25% | - |
| HSV(B) | 130.53º | 0.63% | 0.36% | - |
| XYZ | 4.86 | 8 | 3.67 | - |
| YUV | 68.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 44 | 0.63 | 0 | 0.52 | 0.64 | 130.53 | 0.46 | 0.25 |
| Hex | 22 | 5B | 2C | 3F | 0 | 34 | 40 | 83 | 2E | 19 |
| Octal | 42 | 133 | 54 | 77 | 0 | 64 | 100 | 203 | 56 | 31 |
| Binary | 100010 | 1011011 | 101100 | 111111 | 0 | 110100 | 1000000 | 10000011 | 101110 | 11001 |
Color Harmonies of #225B2C
Complementary color
Monochromatic Colors of #225B2C
Black with #225B2C
Text Example
Text Example
White with #225B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B2C; }
p { color: rgb(34,91,44); }
H1.HeaderClassName
{
color: #225B2C;
}
.AnyTagClassName
{
color: #225B2C;
}
</style>
background-color css
<style>
a { background-color: #225B2C; }
a { background-color: rgb(34,91,44); }
div.DivClassName
{
background-color: #225B2C;
}
.BgClassName
{
background-color: #225B2C;
}
</style>
border-color css
<style>
span { border-color: #225B2C; }
span { border-color: rgb(34,91,44); }
td.TdClassName
{
border-color: #225B2C;
}
.TagClassName
{
border-color: #225B2C;
}
</style>