Shades of Parsley #245B24
Tints of Parsley #245B24
RGB
CMYK
RGB Variations
Color information
#245B24 (or 0x245B24) is known color: Parsley. HEX triplet: 24, 5B and 24. RGB value is (36,91,36). Sum of RGB (Red+Green+Blue) = 36+91+36=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #245B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B24 is #DBA4DB. Grayscale: #444444. Windows color (decimal): -14394588 or 2382628. OLE color: 2382628.
HSL color Cylindrical-coordinate representation of color #245B24: hue angle of 120º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B24 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 36 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.64 |
| HSL | 120º | 0.43% | 0.25% | - |
| HSV(B) | 120º | 0.6% | 0.36% | - |
| XYZ | 4.79 | 7.98 | 2.96 | - |
| YUV | 68.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 36 | 0.60 | 0 | 0.60 | 0.64 | 120 | 0.43 | 0.25 |
| Hex | 24 | 5B | 24 | 3C | 0 | 3C | 40 | 78 | 2B | 19 |
| Octal | 44 | 133 | 44 | 74 | 0 | 74 | 100 | 170 | 53 | 31 |
| Binary | 100100 | 1011011 | 100100 | 111100 | 0 | 111100 | 1000000 | 1111000 | 101011 | 11001 |
Color Harmonies of #245B24
Complementary color
Monochromatic Colors of #245B24
Black with #245B24
Text Example
Text Example
White with #245B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B24; }
p { color: rgb(36,91,36); }
H1.HeaderClassName
{
color: #245B24;
}
.AnyTagClassName
{
color: #245B24;
}
</style>
background-color css
<style>
a { background-color: #245B24; }
a { background-color: rgb(36,91,36); }
div.DivClassName
{
background-color: #245B24;
}
.BgClassName
{
background-color: #245B24;
}
</style>
border-color css
<style>
span { border-color: #245B24; }
span { border-color: rgb(36,91,36); }
td.TdClassName
{
border-color: #245B24;
}
.TagClassName
{
border-color: #245B24;
}
</style>