Shades of Parsley #235F2D
Tints of Parsley #235F2D
RGB
CMYK
RGB Variations
Color information
#235F2D (or 0x235F2D) is known color: Parsley. HEX triplet: 23, 5F and 2D. RGB value is (35,95,45). Sum of RGB (Red+Green+Blue) = 35+95+45=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #235F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F2D is #DCA0D2. Grayscale: #474747. Windows color (decimal): -14459091 or 2973475. OLE color: 2973475.
HSL color Cylindrical-coordinate representation of color #235F2D: hue angle of 130º 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 #235F2D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 95 | 45 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.63 |
| HSL | 130º | 0.46% | 0.25% | - |
| HSV(B) | 130º | 0.63% | 0.37% | - |
| XYZ | 5.26 | 8.73 | 3.89 | - |
| YUV | 71.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 45 | 0.63 | 0 | 0.53 | 0.63 | 130 | 0.46 | 0.25 |
| Hex | 23 | 5F | 2D | 3F | 0 | 35 | 3F | 82 | 2E | 19 |
| Octal | 43 | 137 | 55 | 77 | 0 | 65 | 77 | 202 | 56 | 31 |
| Binary | 100011 | 1011111 | 101101 | 111111 | 0 | 110101 | 111111 | 10000010 | 101110 | 11001 |
Color Harmonies of #235F2D
Complementary color
Monochromatic Colors of #235F2D
Black with #235F2D
Text Example
Text Example
White with #235F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235F2D; }
p { color: rgb(35,95,45); }
H1.HeaderClassName
{
color: #235F2D;
}
.AnyTagClassName
{
color: #235F2D;
}
</style>
background-color css
<style>
a { background-color: #235F2D; }
a { background-color: rgb(35,95,45); }
div.DivClassName
{
background-color: #235F2D;
}
.BgClassName
{
background-color: #235F2D;
}
</style>
border-color css
<style>
span { border-color: #235F2D; }
span { border-color: rgb(35,95,45); }
td.TdClassName
{
border-color: #235F2D;
}
.TagClassName
{
border-color: #235F2D;
}
</style>