Shades of Parsley #23602B
Tints of Parsley #23602B
RGB
CMYK
RGB Variations
Color information
#23602B (or 0x23602B) is known color: Parsley. HEX triplet: 23, 60 and 2B. RGB value is (35,96,43). Sum of RGB (Red+Green+Blue) = 35+96+43=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #23602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23602B is #DC9FD4. Grayscale: #474747. Windows color (decimal): -14458837 or 2842659. OLE color: 2842659.
HSL color Cylindrical-coordinate representation of color #23602B: hue angle of 127.87º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23602B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 96 | 43 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.62 |
| HSL | 127.87º | 0.47% | 0.26% | - |
| HSV(B) | 127.87º | 0.64% | 0.38% | - |
| XYZ | 5.31 | 8.9 | 3.72 | - |
| YUV | 71.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 43 | 0.64 | 0 | 0.55 | 0.62 | 127.87 | 0.47 | 0.26 |
| Hex | 23 | 60 | 2B | 40 | 0 | 37 | 3E | 80 | 2F | 1A |
| Octal | 43 | 140 | 53 | 100 | 0 | 67 | 76 | 200 | 57 | 32 |
| Binary | 100011 | 1100000 | 101011 | 1000000 | 0 | 110111 | 111110 | 10000000 | 101111 | 11010 |
Color Harmonies of #23602B
Complementary color
Monochromatic Colors of #23602B
Black with #23602B
Text Example
Text Example
White with #23602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23602B; }
p { color: rgb(35,96,43); }
H1.HeaderClassName
{
color: #23602B;
}
.AnyTagClassName
{
color: #23602B;
}
</style>
background-color css
<style>
a { background-color: #23602B; }
a { background-color: rgb(35,96,43); }
div.DivClassName
{
background-color: #23602B;
}
.BgClassName
{
background-color: #23602B;
}
</style>
border-color css
<style>
span { border-color: #23602B; }
span { border-color: rgb(35,96,43); }
td.TdClassName
{
border-color: #23602B;
}
.TagClassName
{
border-color: #23602B;
}
</style>