Shades of Parsley #245429
Tints of Parsley #245429
RGB
CMYK
RGB Variations
Color information
#245429 (or 0x245429) is known color: Parsley. HEX triplet: 24, 54 and 29. RGB value is (36,84,41). Sum of RGB (Red+Green+Blue) = 36+84+41=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #245429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245429 is #DBABD6. Grayscale: #404040. Windows color (decimal): -14396375 or 2708516. OLE color: 2708516.
HSL color Cylindrical-coordinate representation of color #245429: hue angle of 126.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245429 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 41 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.67 |
| HSL | 126.25º | 0.4% | 0.24% | - |
| HSV(B) | 126.25º | 0.57% | 0.33% | - |
| XYZ | 4.3 | 6.88 | 3.2 | - |
| YUV | 64.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 41 | 0.57 | 0 | 0.51 | 0.67 | 126.25 | 0.4 | 0.24 |
| Hex | 24 | 54 | 29 | 39 | 0 | 33 | 43 | 7E | 28 | 18 |
| Octal | 44 | 124 | 51 | 71 | 0 | 63 | 103 | 176 | 50 | 30 |
| Binary | 100100 | 1010100 | 101001 | 111001 | 0 | 110011 | 1000011 | 1111110 | 101000 | 11000 |
Color Harmonies of #245429
Complementary color
Monochromatic Colors of #245429
Black with #245429
Text Example
Text Example
White with #245429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245429; }
p { color: rgb(36,84,41); }
H1.HeaderClassName
{
color: #245429;
}
.AnyTagClassName
{
color: #245429;
}
</style>
background-color css
<style>
a { background-color: #245429; }
a { background-color: rgb(36,84,41); }
div.DivClassName
{
background-color: #245429;
}
.BgClassName
{
background-color: #245429;
}
</style>
border-color css
<style>
span { border-color: #245429; }
span { border-color: rgb(36,84,41); }
td.TdClassName
{
border-color: #245429;
}
.TagClassName
{
border-color: #245429;
}
</style>