Shades of Parsley #225E2D
Tints of Parsley #225E2D
RGB
CMYK
RGB Variations
Color information
#225E2D (or 0x225E2D) is known color: Parsley. HEX triplet: 22, 5E and 2D. RGB value is (34,94,45). Sum of RGB (Red+Green+Blue) = 34+94+45=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #225E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E2D is #DDA1D2. Grayscale: #464646. Windows color (decimal): -14524883 or 2973218. OLE color: 2973218.
HSL color Cylindrical-coordinate representation of color #225E2D: hue angle of 131º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225E2D is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 45 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.63 |
| HSL | 131º | 0.47% | 0.25% | - |
| HSV(B) | 131º | 0.64% | 0.37% | - |
| XYZ | 5.14 | 8.53 | 3.86 | - |
| YUV | 70.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 45 | 0.64 | 0 | 0.52 | 0.63 | 131 | 0.47 | 0.25 |
| Hex | 22 | 5E | 2D | 40 | 0 | 34 | 3F | 83 | 2F | 19 |
| Octal | 42 | 136 | 55 | 100 | 0 | 64 | 77 | 203 | 57 | 31 |
| Binary | 100010 | 1011110 | 101101 | 1000000 | 0 | 110100 | 111111 | 10000011 | 101111 | 11001 |
Color Harmonies of #225E2D
Complementary color
Monochromatic Colors of #225E2D
Black with #225E2D
Text Example
Text Example
White with #225E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E2D; }
p { color: rgb(34,94,45); }
H1.HeaderClassName
{
color: #225E2D;
}
.AnyTagClassName
{
color: #225E2D;
}
</style>
background-color css
<style>
a { background-color: #225E2D; }
a { background-color: rgb(34,94,45); }
div.DivClassName
{
background-color: #225E2D;
}
.BgClassName
{
background-color: #225E2D;
}
</style>
border-color css
<style>
span { border-color: #225E2D; }
span { border-color: rgb(34,94,45); }
td.TdClassName
{
border-color: #225E2D;
}
.TagClassName
{
border-color: #225E2D;
}
</style>