Shades of Parsley #225C26
Tints of Parsley #225C26
RGB
CMYK
RGB Variations
Color information
#225C26 (or 0x225C26) is known color: Parsley. HEX triplet: 22, 5C and 26. RGB value is (34,92,38). Sum of RGB (Red+Green+Blue) = 34+92+38=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #225C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C26 is #DDA3D9. Grayscale: #444444. Windows color (decimal): -14525402 or 2513954. OLE color: 2513954.
HSL color Cylindrical-coordinate representation of color #225C26: hue angle of 124.14º 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 #225C26 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 38 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.64 |
| HSL | 124.14º | 0.46% | 0.25% | - |
| HSV(B) | 124.14º | 0.63% | 0.36% | - |
| XYZ | 4.84 | 8.13 | 3.15 | - |
| YUV | 68.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 38 | 0.63 | 0 | 0.59 | 0.64 | 124.14 | 0.46 | 0.25 |
| Hex | 22 | 5C | 26 | 3F | 0 | 3B | 40 | 7C | 2E | 19 |
| Octal | 42 | 134 | 46 | 77 | 0 | 73 | 100 | 174 | 56 | 31 |
| Binary | 100010 | 1011100 | 100110 | 111111 | 0 | 111011 | 1000000 | 1111100 | 101110 | 11001 |
Color Harmonies of #225C26
Complementary color
Monochromatic Colors of #225C26
Black with #225C26
Text Example
Text Example
White with #225C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C26; }
p { color: rgb(34,92,38); }
H1.HeaderClassName
{
color: #225C26;
}
.AnyTagClassName
{
color: #225C26;
}
</style>
background-color css
<style>
a { background-color: #225C26; }
a { background-color: rgb(34,92,38); }
div.DivClassName
{
background-color: #225C26;
}
.BgClassName
{
background-color: #225C26;
}
</style>
border-color css
<style>
span { border-color: #225C26; }
span { border-color: rgb(34,92,38); }
td.TdClassName
{
border-color: #225C26;
}
.TagClassName
{
border-color: #225C26;
}
</style>