Shades of Parsley #235B26
Tints of Parsley #235B26
RGB
CMYK
RGB Variations
Color information
#235B26 (or 0x235B26) is known color: Parsley. HEX triplet: 23, 5B and 26. RGB value is (35,91,38). Sum of RGB (Red+Green+Blue) = 35+91+38=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #235B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B26 is #DCA4D9. Grayscale: #444444. Windows color (decimal): -14460122 or 2513699. OLE color: 2513699.
HSL color Cylindrical-coordinate representation of color #235B26: hue angle of 123.21º 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 #235B26 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 38 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.64 |
| HSL | 123.21º | 0.44% | 0.25% | - |
| HSV(B) | 123.21º | 0.62% | 0.36% | - |
| XYZ | 4.78 | 7.98 | 3.12 | - |
| YUV | 68.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 38 | 0.62 | 0 | 0.58 | 0.64 | 123.21 | 0.44 | 0.25 |
| Hex | 23 | 5B | 26 | 3E | 0 | 3A | 40 | 7B | 2C | 19 |
| Octal | 43 | 133 | 46 | 76 | 0 | 72 | 100 | 173 | 54 | 31 |
| Binary | 100011 | 1011011 | 100110 | 111110 | 0 | 111010 | 1000000 | 1111011 | 101100 | 11001 |
Color Harmonies of #235B26
Complementary color
Monochromatic Colors of #235B26
Black with #235B26
Text Example
Text Example
White with #235B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B26; }
p { color: rgb(35,91,38); }
H1.HeaderClassName
{
color: #235B26;
}
.AnyTagClassName
{
color: #235B26;
}
</style>
background-color css
<style>
a { background-color: #235B26; }
a { background-color: rgb(35,91,38); }
div.DivClassName
{
background-color: #235B26;
}
.BgClassName
{
background-color: #235B26;
}
</style>
border-color css
<style>
span { border-color: #235B26; }
span { border-color: rgb(35,91,38); }
td.TdClassName
{
border-color: #235B26;
}
.TagClassName
{
border-color: #235B26;
}
</style>