Shades of Parsley #235B25
Tints of Parsley #235B25
RGB
CMYK
RGB Variations
Color information
#235B25 (or 0x235B25) is known color: Parsley. HEX triplet: 23, 5B and 25. RGB value is (35,91,37). Sum of RGB (Red+Green+Blue) = 35+91+37=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #235B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B25 is #DCA4DA. Grayscale: #444444. Windows color (decimal): -14460123 or 2448163. OLE color: 2448163.
HSL color Cylindrical-coordinate representation of color #235B25: hue angle of 122.14º degrees, saturation: 0.44, 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 #235B25 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 37 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.64 |
| HSL | 122.14º | 0.44% | 0.25% | - |
| HSV(B) | 122.14º | 0.62% | 0.36% | - |
| XYZ | 4.77 | 7.97 | 3.04 | - |
| YUV | 68.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 37 | 0.62 | 0 | 0.59 | 0.64 | 122.14 | 0.44 | 0.25 |
| Hex | 23 | 5B | 25 | 3E | 0 | 3B | 40 | 7A | 2C | 19 |
| Octal | 43 | 133 | 45 | 76 | 0 | 73 | 100 | 172 | 54 | 31 |
| Binary | 100011 | 1011011 | 100101 | 111110 | 0 | 111011 | 1000000 | 1111010 | 101100 | 11001 |
Color Harmonies of #235B25
Complementary color
Monochromatic Colors of #235B25
Black with #235B25
Text Example
Text Example
White with #235B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B25; }
p { color: rgb(35,91,37); }
H1.HeaderClassName
{
color: #235B25;
}
.AnyTagClassName
{
color: #235B25;
}
</style>
background-color css
<style>
a { background-color: #235B25; }
a { background-color: rgb(35,91,37); }
div.DivClassName
{
background-color: #235B25;
}
.BgClassName
{
background-color: #235B25;
}
</style>
border-color css
<style>
span { border-color: #235B25; }
span { border-color: rgb(35,91,37); }
td.TdClassName
{
border-color: #235B25;
}
.TagClassName
{
border-color: #235B25;
}
</style>