Shades of Parsley #245F29
Tints of Parsley #245F29
RGB
CMYK
RGB Variations
Color information
#245F29 (or 0x245F29) is known color: Parsley. HEX triplet: 24, 5F and 29. RGB value is (36,95,41). Sum of RGB (Red+Green+Blue) = 36+95+41=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #245F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F29 is #DBA0D6. Grayscale: #474747. Windows color (decimal): -14393559 or 2711332. OLE color: 2711332.
HSL color Cylindrical-coordinate representation of color #245F29: hue angle of 125.08º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F29 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 41 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.63 |
| HSL | 125.08º | 0.45% | 0.26% | - |
| HSV(B) | 125.08º | 0.62% | 0.37% | - |
| XYZ | 5.22 | 8.72 | 3.51 | - |
| YUV | 71.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 41 | 0.62 | 0 | 0.57 | 0.63 | 125.08 | 0.45 | 0.26 |
| Hex | 24 | 5F | 29 | 3E | 0 | 39 | 3F | 7D | 2D | 1A |
| Octal | 44 | 137 | 51 | 76 | 0 | 71 | 77 | 175 | 55 | 32 |
| Binary | 100100 | 1011111 | 101001 | 111110 | 0 | 111001 | 111111 | 1111101 | 101101 | 11010 |
Color Harmonies of #245F29
Complementary color
Monochromatic Colors of #245F29
Black with #245F29
Text Example
Text Example
White with #245F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F29; }
p { color: rgb(36,95,41); }
H1.HeaderClassName
{
color: #245F29;
}
.AnyTagClassName
{
color: #245F29;
}
</style>
background-color css
<style>
a { background-color: #245F29; }
a { background-color: rgb(36,95,41); }
div.DivClassName
{
background-color: #245F29;
}
.BgClassName
{
background-color: #245F29;
}
</style>
border-color css
<style>
span { border-color: #245F29; }
span { border-color: rgb(36,95,41); }
td.TdClassName
{
border-color: #245F29;
}
.TagClassName
{
border-color: #245F29;
}
</style>