Shades of Parsley #225A2D
Tints of Parsley #225A2D
RGB
CMYK
RGB Variations
Color information
#225A2D (or 0x225A2D) is known color: Parsley. HEX triplet: 22, 5A and 2D. RGB value is (34,90,45). Sum of RGB (Red+Green+Blue) = 34+90+45=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #225A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A2D is #DDA5D2. Grayscale: #444444. Windows color (decimal): -14525907 or 2972194. OLE color: 2972194.
HSL color Cylindrical-coordinate representation of color #225A2D: hue angle of 131.79º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A2D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 45 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.65 |
| HSL | 131.79º | 0.45% | 0.24% | - |
| HSV(B) | 131.79º | 0.62% | 0.35% | - |
| XYZ | 4.79 | 7.84 | 3.74 | - |
| YUV | 68.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 45 | 0.62 | 0 | 0.50 | 0.65 | 131.79 | 0.45 | 0.24 |
| Hex | 22 | 5A | 2D | 3E | 0 | 32 | 41 | 84 | 2D | 18 |
| Octal | 42 | 132 | 55 | 76 | 0 | 62 | 101 | 204 | 55 | 30 |
| Binary | 100010 | 1011010 | 101101 | 111110 | 0 | 110010 | 1000001 | 10000100 | 101101 | 11000 |
Color Harmonies of #225A2D
Complementary color
Monochromatic Colors of #225A2D
Black with #225A2D
Text Example
Text Example
White with #225A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A2D; }
p { color: rgb(34,90,45); }
H1.HeaderClassName
{
color: #225A2D;
}
.AnyTagClassName
{
color: #225A2D;
}
</style>
background-color css
<style>
a { background-color: #225A2D; }
a { background-color: rgb(34,90,45); }
div.DivClassName
{
background-color: #225A2D;
}
.BgClassName
{
background-color: #225A2D;
}
</style>
border-color css
<style>
span { border-color: #225A2D; }
span { border-color: rgb(34,90,45); }
td.TdClassName
{
border-color: #225A2D;
}
.TagClassName
{
border-color: #225A2D;
}
</style>