Shades of Parsley #235C23
Tints of Parsley #235C23
RGB
CMYK
RGB Variations
Color information
#235C23 (or 0x235C23) is known color: Parsley. HEX triplet: 23, 5C and 23. RGB value is (35,92,35). Sum of RGB (Red+Green+Blue) = 35+92+35=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #235C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C23 is #DCA3DC. Grayscale: #444444. Windows color (decimal): -14459869 or 2317347. OLE color: 2317347.
HSL color Cylindrical-coordinate representation of color #235C23: hue angle of 120º 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 #235C23 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 35 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.64 |
| HSL | 120º | 0.45% | 0.25% | - |
| HSV(B) | 120º | 0.62% | 0.36% | - |
| XYZ | 4.82 | 8.13 | 2.91 | - |
| YUV | 68.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 35 | 0.62 | 0 | 0.62 | 0.64 | 120 | 0.45 | 0.25 |
| Hex | 23 | 5C | 23 | 3E | 0 | 3E | 40 | 78 | 2D | 19 |
| Octal | 43 | 134 | 43 | 76 | 0 | 76 | 100 | 170 | 55 | 31 |
| Binary | 100011 | 1011100 | 100011 | 111110 | 0 | 111110 | 1000000 | 1111000 | 101101 | 11001 |
Color Harmonies of #235C23
Complementary color
Monochromatic Colors of #235C23
Black with #235C23
Text Example
Text Example
White with #235C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C23; }
p { color: rgb(35,92,35); }
H1.HeaderClassName
{
color: #235C23;
}
.AnyTagClassName
{
color: #235C23;
}
</style>
background-color css
<style>
a { background-color: #235C23; }
a { background-color: rgb(35,92,35); }
div.DivClassName
{
background-color: #235C23;
}
.BgClassName
{
background-color: #235C23;
}
</style>
border-color css
<style>
span { border-color: #235C23; }
span { border-color: rgb(35,92,35); }
td.TdClassName
{
border-color: #235C23;
}
.TagClassName
{
border-color: #235C23;
}
</style>