Shades of Parsley #235D2D
Tints of Parsley #235D2D
RGB
CMYK
RGB Variations
Color information
#235D2D (or 0x235D2D) is known color: Parsley. HEX triplet: 23, 5D and 2D. RGB value is (35,93,45). Sum of RGB (Red+Green+Blue) = 35+93+45=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #235D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D2D is #DCA2D2. Grayscale: #464646. Windows color (decimal): -14459603 or 2972963. OLE color: 2972963.
HSL color Cylindrical-coordinate representation of color #235D2D: hue angle of 130.34º 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 #235D2D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 45 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.64 |
| HSL | 130.34º | 0.45% | 0.25% | - |
| HSV(B) | 130.34º | 0.62% | 0.36% | - |
| XYZ | 5.08 | 8.38 | 3.83 | - |
| YUV | 70.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 45 | 0.62 | 0 | 0.52 | 0.64 | 130.34 | 0.45 | 0.25 |
| Hex | 23 | 5D | 2D | 3E | 0 | 34 | 40 | 82 | 2D | 19 |
| Octal | 43 | 135 | 55 | 76 | 0 | 64 | 100 | 202 | 55 | 31 |
| Binary | 100011 | 1011101 | 101101 | 111110 | 0 | 110100 | 1000000 | 10000010 | 101101 | 11001 |
Color Harmonies of #235D2D
Complementary color
Monochromatic Colors of #235D2D
Black with #235D2D
Text Example
Text Example
White with #235D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D2D; }
p { color: rgb(35,93,45); }
H1.HeaderClassName
{
color: #235D2D;
}
.AnyTagClassName
{
color: #235D2D;
}
</style>
background-color css
<style>
a { background-color: #235D2D; }
a { background-color: rgb(35,93,45); }
div.DivClassName
{
background-color: #235D2D;
}
.BgClassName
{
background-color: #235D2D;
}
</style>
border-color css
<style>
span { border-color: #235D2D; }
span { border-color: rgb(35,93,45); }
td.TdClassName
{
border-color: #235D2D;
}
.TagClassName
{
border-color: #235D2D;
}
</style>