Shades of Parsley #23592A
Tints of Parsley #23592A
RGB
CMYK
RGB Variations
Color information
#23592A (or 0x23592A) is known color: Parsley. HEX triplet: 23, 59 and 2A. RGB value is (35,89,42). Sum of RGB (Red+Green+Blue) = 35+89+42=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #23592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23592A is #DCA6D5. Grayscale: #434343. Windows color (decimal): -14460630 or 2775331. OLE color: 2775331.
HSL color Cylindrical-coordinate representation of color #23592A: hue angle of 127.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23592A is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 89 | 42 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.65 |
| HSL | 127.78º | 0.44% | 0.24% | - |
| HSV(B) | 127.78º | 0.61% | 0.35% | - |
| XYZ | 4.68 | 7.67 | 3.42 | - |
| YUV | 67.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 42 | 0.61 | 0 | 0.53 | 0.65 | 127.78 | 0.44 | 0.24 |
| Hex | 23 | 59 | 2A | 3D | 0 | 35 | 41 | 80 | 2C | 18 |
| Octal | 43 | 131 | 52 | 75 | 0 | 65 | 101 | 200 | 54 | 30 |
| Binary | 100011 | 1011001 | 101010 | 111101 | 0 | 110101 | 1000001 | 10000000 | 101100 | 11000 |
Color Harmonies of #23592A
Complementary color
Monochromatic Colors of #23592A
Black with #23592A
Text Example
Text Example
White with #23592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23592A; }
p { color: rgb(35,89,42); }
H1.HeaderClassName
{
color: #23592A;
}
.AnyTagClassName
{
color: #23592A;
}
</style>
background-color css
<style>
a { background-color: #23592A; }
a { background-color: rgb(35,89,42); }
div.DivClassName
{
background-color: #23592A;
}
.BgClassName
{
background-color: #23592A;
}
</style>
border-color css
<style>
span { border-color: #23592A; }
span { border-color: rgb(35,89,42); }
td.TdClassName
{
border-color: #23592A;
}
.TagClassName
{
border-color: #23592A;
}
</style>