Shades of Parsley #245828
Tints of Parsley #245828
RGB
CMYK
RGB Variations
Color information
#245828 (or 0x245828) is known color: Parsley. HEX triplet: 24, 58 and 28. RGB value is (36,88,40). Sum of RGB (Red+Green+Blue) = 36+88+40=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #245828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245828 is #DBA7D7. Grayscale: #434343. Windows color (decimal): -14395352 or 2644004. OLE color: 2644004.
HSL color Cylindrical-coordinate representation of color #245828: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245828 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 40 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.65 |
| HSL | 124.62º | 0.42% | 0.24% | - |
| HSV(B) | 124.62º | 0.59% | 0.35% | - |
| XYZ | 4.6 | 7.51 | 3.21 | - |
| YUV | 66.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 40 | 0.59 | 0 | 0.55 | 0.65 | 124.62 | 0.42 | 0.24 |
| Hex | 24 | 58 | 28 | 3B | 0 | 37 | 41 | 7D | 2A | 18 |
| Octal | 44 | 130 | 50 | 73 | 0 | 67 | 101 | 175 | 52 | 30 |
| Binary | 100100 | 1011000 | 101000 | 111011 | 0 | 110111 | 1000001 | 1111101 | 101010 | 11000 |
Color Harmonies of #245828
Complementary color
Monochromatic Colors of #245828
Black with #245828
Text Example
Text Example
White with #245828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245828; }
p { color: rgb(36,88,40); }
H1.HeaderClassName
{
color: #245828;
}
.AnyTagClassName
{
color: #245828;
}
</style>
background-color css
<style>
a { background-color: #245828; }
a { background-color: rgb(36,88,40); }
div.DivClassName
{
background-color: #245828;
}
.BgClassName
{
background-color: #245828;
}
</style>
border-color css
<style>
span { border-color: #245828; }
span { border-color: rgb(36,88,40); }
td.TdClassName
{
border-color: #245828;
}
.TagClassName
{
border-color: #245828;
}
</style>