Shades of Parsley #245929
Tints of Parsley #245929
RGB
CMYK
RGB Variations
Color information
#245929 (or 0x245929) is known color: Parsley. HEX triplet: 24, 59 and 29. RGB value is (36,89,41). Sum of RGB (Red+Green+Blue) = 36+89+41=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #245929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245929 is #DBA6D6. Grayscale: #434343. Windows color (decimal): -14395095 or 2709796. OLE color: 2709796.
HSL color Cylindrical-coordinate representation of color #245929: hue angle of 125.66º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245929 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 41 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.65 |
| HSL | 125.66º | 0.42% | 0.25% | - |
| HSV(B) | 125.66º | 0.6% | 0.35% | - |
| XYZ | 4.7 | 7.68 | 3.33 | - |
| YUV | 67.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 41 | 0.60 | 0 | 0.54 | 0.65 | 125.66 | 0.42 | 0.25 |
| Hex | 24 | 59 | 29 | 3C | 0 | 36 | 41 | 7E | 2A | 19 |
| Octal | 44 | 131 | 51 | 74 | 0 | 66 | 101 | 176 | 52 | 31 |
| Binary | 100100 | 1011001 | 101001 | 111100 | 0 | 110110 | 1000001 | 1111110 | 101010 | 11001 |
Color Harmonies of #245929
Complementary color
Monochromatic Colors of #245929
Black with #245929
Text Example
Text Example
White with #245929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245929; }
p { color: rgb(36,89,41); }
H1.HeaderClassName
{
color: #245929;
}
.AnyTagClassName
{
color: #245929;
}
</style>
background-color css
<style>
a { background-color: #245929; }
a { background-color: rgb(36,89,41); }
div.DivClassName
{
background-color: #245929;
}
.BgClassName
{
background-color: #245929;
}
</style>
border-color css
<style>
span { border-color: #245929; }
span { border-color: rgb(36,89,41); }
td.TdClassName
{
border-color: #245929;
}
.TagClassName
{
border-color: #245929;
}
</style>