Shades of Parsley #234E29
Tints of Parsley #234E29
RGB
CMYK
RGB Variations
Color information
#234E29 (or 0x234E29) is known color: Parsley. HEX triplet: 23, 4E and 29. RGB value is (35,78,41). Sum of RGB (Red+Green+Blue) = 35+78+41=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #234E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E29 is #DCB1D6. Grayscale: #3D3D3D. Windows color (decimal): -14463447 or 2706979. OLE color: 2706979.
HSL color Cylindrical-coordinate representation of color #234E29: hue angle of 128.37º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E29 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 78 | 41 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.69 |
| HSL | 128.37º | 0.38% | 0.22% | - |
| HSV(B) | 128.37º | 0.55% | 0.31% | - |
| XYZ | 3.82 | 5.97 | 3.05 | - |
| YUV | 60.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 41 | 0.55 | 0 | 0.47 | 0.69 | 128.37 | 0.38 | 0.22 |
| Hex | 23 | 4E | 29 | 37 | 0 | 2F | 45 | 80 | 26 | 16 |
| Octal | 43 | 116 | 51 | 67 | 0 | 57 | 105 | 200 | 46 | 26 |
| Binary | 100011 | 1001110 | 101001 | 110111 | 0 | 101111 | 1000101 | 10000000 | 100110 | 10110 |
Color Harmonies of #234E29
Complementary color
Monochromatic Colors of #234E29
Black with #234E29
Text Example
Text Example
White with #234E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E29; }
p { color: rgb(35,78,41); }
H1.HeaderClassName
{
color: #234E29;
}
.AnyTagClassName
{
color: #234E29;
}
</style>
background-color css
<style>
a { background-color: #234E29; }
a { background-color: rgb(35,78,41); }
div.DivClassName
{
background-color: #234E29;
}
.BgClassName
{
background-color: #234E29;
}
</style>
border-color css
<style>
span { border-color: #234E29; }
span { border-color: rgb(35,78,41); }
td.TdClassName
{
border-color: #234E29;
}
.TagClassName
{
border-color: #234E29;
}
</style>