Shades of Parsley #235F2C
Tints of Parsley #235F2C
RGB
CMYK
RGB Variations
Color information
#235F2C (or 0x235F2C) is known color: Parsley. HEX triplet: 23, 5F and 2C. RGB value is (35,95,44). Sum of RGB (Red+Green+Blue) = 35+95+44=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #235F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F2C is #DCA0D3. Grayscale: #474747. Windows color (decimal): -14459092 or 2907939. OLE color: 2907939.
HSL color Cylindrical-coordinate representation of color #235F2C: hue angle of 129º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F2C is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 95 | 44 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.63 |
| HSL | 129º | 0.46% | 0.25% | - |
| HSV(B) | 129º | 0.63% | 0.37% | - |
| XYZ | 5.24 | 8.72 | 3.79 | - |
| YUV | 71.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 44 | 0.63 | 0 | 0.54 | 0.63 | 129 | 0.46 | 0.25 |
| Hex | 23 | 5F | 2C | 3F | 0 | 36 | 3F | 81 | 2E | 19 |
| Octal | 43 | 137 | 54 | 77 | 0 | 66 | 77 | 201 | 56 | 31 |
| Binary | 100011 | 1011111 | 101100 | 111111 | 0 | 110110 | 111111 | 10000001 | 101110 | 11001 |
Color Harmonies of #235F2C
Complementary color
Monochromatic Colors of #235F2C
Black with #235F2C
Text Example
Text Example
White with #235F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235F2C; }
p { color: rgb(35,95,44); }
H1.HeaderClassName
{
color: #235F2C;
}
.AnyTagClassName
{
color: #235F2C;
}
</style>
background-color css
<style>
a { background-color: #235F2C; }
a { background-color: rgb(35,95,44); }
div.DivClassName
{
background-color: #235F2C;
}
.BgClassName
{
background-color: #235F2C;
}
</style>
border-color css
<style>
span { border-color: #235F2C; }
span { border-color: rgb(35,95,44); }
td.TdClassName
{
border-color: #235F2C;
}
.TagClassName
{
border-color: #235F2C;
}
</style>