Shades of Parsley #245C29
Tints of Parsley #245C29
RGB
CMYK
RGB Variations
Color information
#245C29 (or 0x245C29) is known color: Parsley. HEX triplet: 24, 5C and 29. RGB value is (36,92,41). Sum of RGB (Red+Green+Blue) = 36+92+41=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #245C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C29 is #DBA3D6. Grayscale: #454545. Windows color (decimal): -14394327 or 2710564. OLE color: 2710564.
HSL color Cylindrical-coordinate representation of color #245C29: hue angle of 125.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C29 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 41 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.64 |
| HSL | 125.36º | 0.44% | 0.25% | - |
| HSV(B) | 125.36º | 0.61% | 0.36% | - |
| XYZ | 4.95 | 8.19 | 3.42 | - |
| YUV | 69.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 41 | 0.61 | 0 | 0.55 | 0.64 | 125.36 | 0.44 | 0.25 |
| Hex | 24 | 5C | 29 | 3D | 0 | 37 | 40 | 7D | 2C | 19 |
| Octal | 44 | 134 | 51 | 75 | 0 | 67 | 100 | 175 | 54 | 31 |
| Binary | 100100 | 1011100 | 101001 | 111101 | 0 | 110111 | 1000000 | 1111101 | 101100 | 11001 |
Color Harmonies of #245C29
Complementary color
Monochromatic Colors of #245C29
Black with #245C29
Text Example
Text Example
White with #245C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C29; }
p { color: rgb(36,92,41); }
H1.HeaderClassName
{
color: #245C29;
}
.AnyTagClassName
{
color: #245C29;
}
</style>
background-color css
<style>
a { background-color: #245C29; }
a { background-color: rgb(36,92,41); }
div.DivClassName
{
background-color: #245C29;
}
.BgClassName
{
background-color: #245C29;
}
</style>
border-color css
<style>
span { border-color: #245C29; }
span { border-color: rgb(36,92,41); }
td.TdClassName
{
border-color: #245C29;
}
.TagClassName
{
border-color: #245C29;
}
</style>