Shades of Parsley #235129
Tints of Parsley #235129
RGB
CMYK
RGB Variations
Color information
#235129 (or 0x235129) is known color: Parsley. HEX triplet: 23, 51 and 29. RGB value is (35,81,41). Sum of RGB (Red+Green+Blue) = 35+81+41=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #235129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235129 is #DCAED6. Grayscale: #3E3E3E. Windows color (decimal): -14462679 or 2707747. OLE color: 2707747.
HSL color Cylindrical-coordinate representation of color #235129: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235129 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 81 | 41 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.68 |
| HSL | 127.83º | 0.4% | 0.23% | - |
| HSV(B) | 127.83º | 0.57% | 0.32% | - |
| XYZ | 4.04 | 6.4 | 3.12 | - |
| YUV | 62.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 41 | 0.57 | 0 | 0.49 | 0.68 | 127.83 | 0.4 | 0.23 |
| Hex | 23 | 51 | 29 | 39 | 0 | 31 | 44 | 80 | 28 | 17 |
| Octal | 43 | 121 | 51 | 71 | 0 | 61 | 104 | 200 | 50 | 27 |
| Binary | 100011 | 1010001 | 101001 | 111001 | 0 | 110001 | 1000100 | 10000000 | 101000 | 10111 |
Color Harmonies of #235129
Complementary color
Monochromatic Colors of #235129
Black with #235129
Text Example
Text Example
White with #235129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235129; }
p { color: rgb(35,81,41); }
H1.HeaderClassName
{
color: #235129;
}
.AnyTagClassName
{
color: #235129;
}
</style>
background-color css
<style>
a { background-color: #235129; }
a { background-color: rgb(35,81,41); }
div.DivClassName
{
background-color: #235129;
}
.BgClassName
{
background-color: #235129;
}
</style>
border-color css
<style>
span { border-color: #235129; }
span { border-color: rgb(35,81,41); }
td.TdClassName
{
border-color: #235129;
}
.TagClassName
{
border-color: #235129;
}
</style>