Shades of Parsley #245C26
Tints of Parsley #245C26
RGB
CMYK
RGB Variations
Color information
#245C26 (or 0x245C26) is known color: Parsley. HEX triplet: 24, 5C and 26. RGB value is (36,92,38). Sum of RGB (Red+Green+Blue) = 36+92+38=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #245C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C26 is #DBA3D9. Grayscale: #454545. Windows color (decimal): -14394330 or 2513956. OLE color: 2513956.
HSL color Cylindrical-coordinate representation of color #245C26: hue angle of 122.14º 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 #245C26 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 38 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.64 |
| HSL | 122.14º | 0.44% | 0.25% | - |
| HSV(B) | 122.14º | 0.61% | 0.36% | - |
| XYZ | 4.9 | 8.17 | 3.15 | - |
| YUV | 69.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 38 | 0.61 | 0 | 0.59 | 0.64 | 122.14 | 0.44 | 0.25 |
| Hex | 24 | 5C | 26 | 3D | 0 | 3B | 40 | 7A | 2C | 19 |
| Octal | 44 | 134 | 46 | 75 | 0 | 73 | 100 | 172 | 54 | 31 |
| Binary | 100100 | 1011100 | 100110 | 111101 | 0 | 111011 | 1000000 | 1111010 | 101100 | 11001 |
Color Harmonies of #245C26
Complementary color
Monochromatic Colors of #245C26
Black with #245C26
Text Example
Text Example
White with #245C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C26; }
p { color: rgb(36,92,38); }
H1.HeaderClassName
{
color: #245C26;
}
.AnyTagClassName
{
color: #245C26;
}
</style>
background-color css
<style>
a { background-color: #245C26; }
a { background-color: rgb(36,92,38); }
div.DivClassName
{
background-color: #245C26;
}
.BgClassName
{
background-color: #245C26;
}
</style>
border-color css
<style>
span { border-color: #245C26; }
span { border-color: rgb(36,92,38); }
td.TdClassName
{
border-color: #245C26;
}
.TagClassName
{
border-color: #245C26;
}
</style>