Shades of Parsley #23512A
Tints of Parsley #23512A
RGB
CMYK
RGB Variations
Color information
#23512A (or 0x23512A) is known color: Parsley. HEX triplet: 23, 51 and 2A. RGB value is (35,81,42). Sum of RGB (Red+Green+Blue) = 35+81+42=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #23512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23512A is #DCAED5. Grayscale: #3E3E3E. Windows color (decimal): -14462678 or 2773283. OLE color: 2773283.
HSL color Cylindrical-coordinate representation of color #23512A: hue angle of 129.13º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23512A is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 81 | 42 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.68 |
| HSL | 129.13º | 0.4% | 0.23% | - |
| HSV(B) | 129.13º | 0.57% | 0.32% | - |
| XYZ | 4.05 | 6.41 | 3.21 | - |
| YUV | 62.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 42 | 0.57 | 0 | 0.48 | 0.68 | 129.13 | 0.4 | 0.23 |
| Hex | 23 | 51 | 2A | 39 | 0 | 30 | 44 | 81 | 28 | 17 |
| Octal | 43 | 121 | 52 | 71 | 0 | 60 | 104 | 201 | 50 | 27 |
| Binary | 100011 | 1010001 | 101010 | 111001 | 0 | 110000 | 1000100 | 10000001 | 101000 | 10111 |
Color Harmonies of #23512A
Complementary color
Monochromatic Colors of #23512A
Black with #23512A
Text Example
Text Example
White with #23512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23512A; }
p { color: rgb(35,81,42); }
H1.HeaderClassName
{
color: #23512A;
}
.AnyTagClassName
{
color: #23512A;
}
</style>
background-color css
<style>
a { background-color: #23512A; }
a { background-color: rgb(35,81,42); }
div.DivClassName
{
background-color: #23512A;
}
.BgClassName
{
background-color: #23512A;
}
</style>
border-color css
<style>
span { border-color: #23512A; }
span { border-color: rgb(35,81,42); }
td.TdClassName
{
border-color: #23512A;
}
.TagClassName
{
border-color: #23512A;
}
</style>