Shades of Parsley #235B2E
Tints of Parsley #235B2E
RGB
CMYK
RGB Variations
Color information
#235B2E (or 0x235B2E) is known color: Parsley. HEX triplet: 23, 5B and 2E. RGB value is (35,91,46). Sum of RGB (Red+Green+Blue) = 35+91+46=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #235B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B2E is #DCA4D1. Grayscale: #454545. Windows color (decimal): -14460114 or 3037987. OLE color: 3037987.
HSL color Cylindrical-coordinate representation of color #235B2E: hue angle of 131.79º 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 #235B2E is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 46 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.64 |
| HSL | 131.79º | 0.44% | 0.25% | - |
| HSV(B) | 131.79º | 0.62% | 0.36% | - |
| XYZ | 4.93 | 8.04 | 3.88 | - |
| YUV | 69.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 46 | 0.62 | 0 | 0.49 | 0.64 | 131.79 | 0.44 | 0.25 |
| Hex | 23 | 5B | 2E | 3E | 0 | 31 | 40 | 84 | 2C | 19 |
| Octal | 43 | 133 | 56 | 76 | 0 | 61 | 100 | 204 | 54 | 31 |
| Binary | 100011 | 1011011 | 101110 | 111110 | 0 | 110001 | 1000000 | 10000100 | 101100 | 11001 |
Color Harmonies of #235B2E
Complementary color
Monochromatic Colors of #235B2E
Black with #235B2E
Text Example
Text Example
White with #235B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B2E; }
p { color: rgb(35,91,46); }
H1.HeaderClassName
{
color: #235B2E;
}
.AnyTagClassName
{
color: #235B2E;
}
</style>
background-color css
<style>
a { background-color: #235B2E; }
a { background-color: rgb(35,91,46); }
div.DivClassName
{
background-color: #235B2E;
}
.BgClassName
{
background-color: #235B2E;
}
</style>
border-color css
<style>
span { border-color: #235B2E; }
span { border-color: rgb(35,91,46); }
td.TdClassName
{
border-color: #235B2E;
}
.TagClassName
{
border-color: #235B2E;
}
</style>