Shades of Parsley #235D2E
Tints of Parsley #235D2E
RGB
CMYK
RGB Variations
Color information
#235D2E (or 0x235D2E) is known color: Parsley. HEX triplet: 23, 5D and 2E. RGB value is (35,93,46). Sum of RGB (Red+Green+Blue) = 35+93+46=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #235D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D2E is #DCA2D1. Grayscale: #464646. Windows color (decimal): -14459602 or 3038499. OLE color: 3038499.
HSL color Cylindrical-coordinate representation of color #235D2E: hue angle of 131.38º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D2E is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 46 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.64 |
| HSL | 131.38º | 0.45% | 0.25% | - |
| HSV(B) | 131.38º | 0.62% | 0.36% | - |
| XYZ | 5.1 | 8.38 | 3.93 | - |
| YUV | 70.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 46 | 0.62 | 0 | 0.51 | 0.64 | 131.38 | 0.45 | 0.25 |
| Hex | 23 | 5D | 2E | 3E | 0 | 33 | 40 | 83 | 2D | 19 |
| Octal | 43 | 135 | 56 | 76 | 0 | 63 | 100 | 203 | 55 | 31 |
| Binary | 100011 | 1011101 | 101110 | 111110 | 0 | 110011 | 1000000 | 10000011 | 101101 | 11001 |
Color Harmonies of #235D2E
Complementary color
Monochromatic Colors of #235D2E
Black with #235D2E
Text Example
Text Example
White with #235D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D2E; }
p { color: rgb(35,93,46); }
H1.HeaderClassName
{
color: #235D2E;
}
.AnyTagClassName
{
color: #235D2E;
}
</style>
background-color css
<style>
a { background-color: #235D2E; }
a { background-color: rgb(35,93,46); }
div.DivClassName
{
background-color: #235D2E;
}
.BgClassName
{
background-color: #235D2E;
}
</style>
border-color css
<style>
span { border-color: #235D2E; }
span { border-color: rgb(35,93,46); }
td.TdClassName
{
border-color: #235D2E;
}
.TagClassName
{
border-color: #235D2E;
}
</style>