Shades of Parsley #235D27
Tints of Parsley #235D27
RGB
CMYK
RGB Variations
Color information
#235D27 (or 0x235D27) is known color: Parsley. HEX triplet: 23, 5D and 27. RGB value is (35,93,39). Sum of RGB (Red+Green+Blue) = 35+93+39=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #235D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D27 is #DCA2D8. Grayscale: #454545. Windows color (decimal): -14459609 or 2579747. OLE color: 2579747.
HSL color Cylindrical-coordinate representation of color #235D27: hue angle of 124.14º 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 #235D27 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 39 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.64 |
| HSL | 124.14º | 0.45% | 0.25% | - |
| HSV(B) | 124.14º | 0.62% | 0.36% | - |
| XYZ | 4.97 | 8.33 | 3.27 | - |
| YUV | 69.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 39 | 0.62 | 0 | 0.58 | 0.64 | 124.14 | 0.45 | 0.25 |
| Hex | 23 | 5D | 27 | 3E | 0 | 3A | 40 | 7C | 2D | 19 |
| Octal | 43 | 135 | 47 | 76 | 0 | 72 | 100 | 174 | 55 | 31 |
| Binary | 100011 | 1011101 | 100111 | 111110 | 0 | 111010 | 1000000 | 1111100 | 101101 | 11001 |
Color Harmonies of #235D27
Complementary color
Monochromatic Colors of #235D27
Black with #235D27
Text Example
Text Example
White with #235D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D27; }
p { color: rgb(35,93,39); }
H1.HeaderClassName
{
color: #235D27;
}
.AnyTagClassName
{
color: #235D27;
}
</style>
background-color css
<style>
a { background-color: #235D27; }
a { background-color: rgb(35,93,39); }
div.DivClassName
{
background-color: #235D27;
}
.BgClassName
{
background-color: #235D27;
}
</style>
border-color css
<style>
span { border-color: #235D27; }
span { border-color: rgb(35,93,39); }
td.TdClassName
{
border-color: #235D27;
}
.TagClassName
{
border-color: #235D27;
}
</style>