Shades of Parsley #235429
Tints of Parsley #235429
RGB
CMYK
RGB Variations
Color information
#235429 (or 0x235429) is known color: Parsley. HEX triplet: 23, 54 and 29. RGB value is (35,84,41). Sum of RGB (Red+Green+Blue) = 35+84+41=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #235429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235429 is #DCABD6. Grayscale: #404040. Windows color (decimal): -14461911 or 2708515. OLE color: 2708515.
HSL color Cylindrical-coordinate representation of color #235429: hue angle of 127.35º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235429 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 84 | 41 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.67 |
| HSL | 127.35º | 0.41% | 0.23% | - |
| HSV(B) | 127.35º | 0.58% | 0.33% | - |
| XYZ | 4.26 | 6.86 | 3.2 | - |
| YUV | 64.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 41 | 0.58 | 0 | 0.51 | 0.67 | 127.35 | 0.41 | 0.23 |
| Hex | 23 | 54 | 29 | 3A | 0 | 33 | 43 | 7F | 29 | 17 |
| Octal | 43 | 124 | 51 | 72 | 0 | 63 | 103 | 177 | 51 | 27 |
| Binary | 100011 | 1010100 | 101001 | 111010 | 0 | 110011 | 1000011 | 1111111 | 101001 | 10111 |
Color Harmonies of #235429
Complementary color
Monochromatic Colors of #235429
Black with #235429
Text Example
Text Example
White with #235429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235429; }
p { color: rgb(35,84,41); }
H1.HeaderClassName
{
color: #235429;
}
.AnyTagClassName
{
color: #235429;
}
</style>
background-color css
<style>
a { background-color: #235429; }
a { background-color: rgb(35,84,41); }
div.DivClassName
{
background-color: #235429;
}
.BgClassName
{
background-color: #235429;
}
</style>
border-color css
<style>
span { border-color: #235429; }
span { border-color: rgb(35,84,41); }
td.TdClassName
{
border-color: #235429;
}
.TagClassName
{
border-color: #235429;
}
</style>