Shades of Parsley #23582B
Tints of Parsley #23582B
RGB
CMYK
RGB Variations
Color information
#23582B (or 0x23582B) is known color: Parsley. HEX triplet: 23, 58 and 2B. RGB value is (35,88,43). Sum of RGB (Red+Green+Blue) = 35+88+43=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #23582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23582B is #DCA7D4. Grayscale: #434343. Windows color (decimal): -14460885 or 2840611. OLE color: 2840611.
HSL color Cylindrical-coordinate representation of color #23582B: hue angle of 129.06º 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 #23582B is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 43 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.65 |
| HSL | 129.06º | 0.43% | 0.24% | - |
| HSV(B) | 129.06º | 0.6% | 0.35% | - |
| XYZ | 4.62 | 7.51 | 3.49 | - |
| YUV | 67.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 43 | 0.60 | 0 | 0.51 | 0.65 | 129.06 | 0.43 | 0.24 |
| Hex | 23 | 58 | 2B | 3C | 0 | 33 | 41 | 81 | 2B | 18 |
| Octal | 43 | 130 | 53 | 74 | 0 | 63 | 101 | 201 | 53 | 30 |
| Binary | 100011 | 1011000 | 101011 | 111100 | 0 | 110011 | 1000001 | 10000001 | 101011 | 11000 |
Color Harmonies of #23582B
Complementary color
Monochromatic Colors of #23582B
Black with #23582B
Text Example
Text Example
White with #23582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23582B; }
p { color: rgb(35,88,43); }
H1.HeaderClassName
{
color: #23582B;
}
.AnyTagClassName
{
color: #23582B;
}
</style>
background-color css
<style>
a { background-color: #23582B; }
a { background-color: rgb(35,88,43); }
div.DivClassName
{
background-color: #23582B;
}
.BgClassName
{
background-color: #23582B;
}
</style>
border-color css
<style>
span { border-color: #23582B; }
span { border-color: rgb(35,88,43); }
td.TdClassName
{
border-color: #23582B;
}
.TagClassName
{
border-color: #23582B;
}
</style>