Shades of Parsley #245D22
Tints of Parsley #245D22
RGB
CMYK
RGB Variations
Color information
#245D22 (or 0x245D22) is known color: Parsley. HEX triplet: 24, 5D and 22. RGB value is (36,93,34). Sum of RGB (Red+Green+Blue) = 36+93+34=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #245D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D22 is #DBA2DD. Grayscale: #454545. Windows color (decimal): -14394078 or 2252068. OLE color: 2252068.
HSL color Cylindrical-coordinate representation of color #245D22: hue angle of 117.97º 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 #245D22 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 34 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.64 |
| HSL | 117.97º | 0.46% | 0.25% | - |
| HSV(B) | 117.97º | 0.63% | 0.36% | - |
| XYZ | 4.93 | 8.32 | 2.86 | - |
| YUV | 69.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 34 | 0.61 | 0 | 0.63 | 0.64 | 117.97 | 0.46 | 0.25 |
| Hex | 24 | 5D | 22 | 3D | 0 | 3F | 40 | 76 | 2E | 19 |
| Octal | 44 | 135 | 42 | 75 | 0 | 77 | 100 | 166 | 56 | 31 |
| Binary | 100100 | 1011101 | 100010 | 111101 | 0 | 111111 | 1000000 | 1110110 | 101110 | 11001 |
Color Harmonies of #245D22
Complementary color
Monochromatic Colors of #245D22
Black with #245D22
Text Example
Text Example
White with #245D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D22; }
p { color: rgb(36,93,34); }
H1.HeaderClassName
{
color: #245D22;
}
.AnyTagClassName
{
color: #245D22;
}
</style>
background-color css
<style>
a { background-color: #245D22; }
a { background-color: rgb(36,93,34); }
div.DivClassName
{
background-color: #245D22;
}
.BgClassName
{
background-color: #245D22;
}
</style>
border-color css
<style>
span { border-color: #245D22; }
span { border-color: rgb(36,93,34); }
td.TdClassName
{
border-color: #245D22;
}
.TagClassName
{
border-color: #245D22;
}
</style>