Shades of Parsley #245C28
Tints of Parsley #245C28
RGB
CMYK
RGB Variations
Color information
#245C28 (or 0x245C28) is known color: Parsley. HEX triplet: 24, 5C and 28. RGB value is (36,92,40). Sum of RGB (Red+Green+Blue) = 36+92+40=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #245C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C28 is #DBA3D7. Grayscale: #454545. Windows color (decimal): -14394328 or 2645028. OLE color: 2645028.
HSL color Cylindrical-coordinate representation of color #245C28: hue angle of 124.29º 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 #245C28 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 40 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.64 |
| HSL | 124.29º | 0.44% | 0.25% | - |
| HSV(B) | 124.29º | 0.61% | 0.36% | - |
| XYZ | 4.94 | 8.18 | 3.33 | - |
| YUV | 69.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 40 | 0.61 | 0 | 0.57 | 0.64 | 124.29 | 0.44 | 0.25 |
| Hex | 24 | 5C | 28 | 3D | 0 | 39 | 40 | 7C | 2C | 19 |
| Octal | 44 | 134 | 50 | 75 | 0 | 71 | 100 | 174 | 54 | 31 |
| Binary | 100100 | 1011100 | 101000 | 111101 | 0 | 111001 | 1000000 | 1111100 | 101100 | 11001 |
Color Harmonies of #245C28
Complementary color
Monochromatic Colors of #245C28
Black with #245C28
Text Example
Text Example
White with #245C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C28; }
p { color: rgb(36,92,40); }
H1.HeaderClassName
{
color: #245C28;
}
.AnyTagClassName
{
color: #245C28;
}
</style>
background-color css
<style>
a { background-color: #245C28; }
a { background-color: rgb(36,92,40); }
div.DivClassName
{
background-color: #245C28;
}
.BgClassName
{
background-color: #245C28;
}
</style>
border-color css
<style>
span { border-color: #245C28; }
span { border-color: rgb(36,92,40); }
td.TdClassName
{
border-color: #245C28;
}
.TagClassName
{
border-color: #245C28;
}
</style>