Shades of Parsley #235C28
Tints of Parsley #235C28
RGB
CMYK
RGB Variations
Color information
#235C28 (or 0x235C28) is known color: Parsley. HEX triplet: 23, 5C and 28. RGB value is (35,92,40). Sum of RGB (Red+Green+Blue) = 35+92+40=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #235C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C28 is #DCA3D7. Grayscale: #454545. Windows color (decimal): -14459864 or 2645027. OLE color: 2645027.
HSL color Cylindrical-coordinate representation of color #235C28: hue angle of 125.26º 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 #235C28 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 40 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.64 |
| HSL | 125.26º | 0.45% | 0.25% | - |
| HSV(B) | 125.26º | 0.62% | 0.36% | - |
| XYZ | 4.9 | 8.16 | 3.33 | - |
| YUV | 69.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 40 | 0.62 | 0 | 0.57 | 0.64 | 125.26 | 0.45 | 0.25 |
| Hex | 23 | 5C | 28 | 3E | 0 | 39 | 40 | 7D | 2D | 19 |
| Octal | 43 | 134 | 50 | 76 | 0 | 71 | 100 | 175 | 55 | 31 |
| Binary | 100011 | 1011100 | 101000 | 111110 | 0 | 111001 | 1000000 | 1111101 | 101101 | 11001 |
Color Harmonies of #235C28
Complementary color
Monochromatic Colors of #235C28
Black with #235C28
Text Example
Text Example
White with #235C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C28; }
p { color: rgb(35,92,40); }
H1.HeaderClassName
{
color: #235C28;
}
.AnyTagClassName
{
color: #235C28;
}
</style>
background-color css
<style>
a { background-color: #235C28; }
a { background-color: rgb(35,92,40); }
div.DivClassName
{
background-color: #235C28;
}
.BgClassName
{
background-color: #235C28;
}
</style>
border-color css
<style>
span { border-color: #235C28; }
span { border-color: rgb(35,92,40); }
td.TdClassName
{
border-color: #235C28;
}
.TagClassName
{
border-color: #235C28;
}
</style>