Shades of Parsley #225E2B
Tints of Parsley #225E2B
RGB
CMYK
RGB Variations
Color information
#225E2B (or 0x225E2B) is known color: Parsley. HEX triplet: 22, 5E and 2B. RGB value is (34,94,43). Sum of RGB (Red+Green+Blue) = 34+94+43=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #225E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E2B is #DDA1D4. Grayscale: #464646. Windows color (decimal): -14524885 or 2842146. OLE color: 2842146.
HSL color Cylindrical-coordinate representation of color #225E2B: hue angle of 129º 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 #225E2B is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 43 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.63 |
| HSL | 129º | 0.47% | 0.25% | - |
| HSV(B) | 129º | 0.64% | 0.37% | - |
| XYZ | 5.1 | 8.52 | 3.66 | - |
| YUV | 70.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 43 | 0.64 | 0 | 0.54 | 0.63 | 129 | 0.47 | 0.25 |
| Hex | 22 | 5E | 2B | 40 | 0 | 36 | 3F | 81 | 2F | 19 |
| Octal | 42 | 136 | 53 | 100 | 0 | 66 | 77 | 201 | 57 | 31 |
| Binary | 100010 | 1011110 | 101011 | 1000000 | 0 | 110110 | 111111 | 10000001 | 101111 | 11001 |
Color Harmonies of #225E2B
Complementary color
Monochromatic Colors of #225E2B
Black with #225E2B
Text Example
Text Example
White with #225E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E2B; }
p { color: rgb(34,94,43); }
H1.HeaderClassName
{
color: #225E2B;
}
.AnyTagClassName
{
color: #225E2B;
}
</style>
background-color css
<style>
a { background-color: #225E2B; }
a { background-color: rgb(34,94,43); }
div.DivClassName
{
background-color: #225E2B;
}
.BgClassName
{
background-color: #225E2B;
}
</style>
border-color css
<style>
span { border-color: #225E2B; }
span { border-color: rgb(34,94,43); }
td.TdClassName
{
border-color: #225E2B;
}
.TagClassName
{
border-color: #225E2B;
}
</style>