Shades of Parsley #23582D
Tints of Parsley #23582D
RGB
CMYK
RGB Variations
Color information
#23582D (or 0x23582D) is known color: Parsley. HEX triplet: 23, 58 and 2D. RGB value is (35,88,45). Sum of RGB (Red+Green+Blue) = 35+88+45=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #23582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23582D is #DCA7D2. Grayscale: #434343. Windows color (decimal): -14460883 or 2971683. OLE color: 2971683.
HSL color Cylindrical-coordinate representation of color #23582D: hue angle of 131.32º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23582D is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 45 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.65 |
| HSL | 131.32º | 0.43% | 0.24% | - |
| HSV(B) | 131.32º | 0.6% | 0.35% | - |
| XYZ | 4.66 | 7.53 | 3.69 | - |
| YUV | 67.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 45 | 0.60 | 0 | 0.49 | 0.65 | 131.32 | 0.43 | 0.24 |
| Hex | 23 | 58 | 2D | 3C | 0 | 31 | 41 | 83 | 2B | 18 |
| Octal | 43 | 130 | 55 | 74 | 0 | 61 | 101 | 203 | 53 | 30 |
| Binary | 100011 | 1011000 | 101101 | 111100 | 0 | 110001 | 1000001 | 10000011 | 101011 | 11000 |
Color Harmonies of #23582D
Complementary color
Monochromatic Colors of #23582D
Black with #23582D
Text Example
Text Example
White with #23582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23582D; }
p { color: rgb(35,88,45); }
H1.HeaderClassName
{
color: #23582D;
}
.AnyTagClassName
{
color: #23582D;
}
</style>
background-color css
<style>
a { background-color: #23582D; }
a { background-color: rgb(35,88,45); }
div.DivClassName
{
background-color: #23582D;
}
.BgClassName
{
background-color: #23582D;
}
</style>
border-color css
<style>
span { border-color: #23582D; }
span { border-color: rgb(35,88,45); }
td.TdClassName
{
border-color: #23582D;
}
.TagClassName
{
border-color: #23582D;
}
</style>