Shades of Parsley #235E28
Tints of Parsley #235E28
RGB
CMYK
RGB Variations
Color information
#235E28 (or 0x235E28) is known color: Parsley. HEX triplet: 23, 5E and 28. RGB value is (35,94,40). Sum of RGB (Red+Green+Blue) = 35+94+40=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #235E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E28 is #DCA1D7. Grayscale: #464646. Windows color (decimal): -14459352 or 2645539. OLE color: 2645539.
HSL color Cylindrical-coordinate representation of color #235E28: hue angle of 125.08º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E28 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 40 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.63 |
| HSL | 125.08º | 0.46% | 0.25% | - |
| HSV(B) | 125.08º | 0.63% | 0.37% | - |
| XYZ | 5.08 | 8.52 | 3.38 | - |
| YUV | 70.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 40 | 0.63 | 0 | 0.57 | 0.63 | 125.08 | 0.46 | 0.25 |
| Hex | 23 | 5E | 28 | 3F | 0 | 39 | 3F | 7D | 2E | 19 |
| Octal | 43 | 136 | 50 | 77 | 0 | 71 | 77 | 175 | 56 | 31 |
| Binary | 100011 | 1011110 | 101000 | 111111 | 0 | 111001 | 111111 | 1111101 | 101110 | 11001 |
Color Harmonies of #235E28
Complementary color
Monochromatic Colors of #235E28
Black with #235E28
Text Example
Text Example
White with #235E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E28; }
p { color: rgb(35,94,40); }
H1.HeaderClassName
{
color: #235E28;
}
.AnyTagClassName
{
color: #235E28;
}
</style>
background-color css
<style>
a { background-color: #235E28; }
a { background-color: rgb(35,94,40); }
div.DivClassName
{
background-color: #235E28;
}
.BgClassName
{
background-color: #235E28;
}
</style>
border-color css
<style>
span { border-color: #235E28; }
span { border-color: rgb(35,94,40); }
td.TdClassName
{
border-color: #235E28;
}
.TagClassName
{
border-color: #235E28;
}
</style>