Shades of Parsley #235D2F
Tints of Parsley #235D2F
RGB
CMYK
RGB Variations
Color information
#235D2F (or 0x235D2F) is known color: Parsley. HEX triplet: 23, 5D and 2F. RGB value is (35,93,47). Sum of RGB (Red+Green+Blue) = 35+93+47=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #235D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D2F is #DCA2D0. Grayscale: #464646. Windows color (decimal): -14459601 or 3104035. OLE color: 3104035.
HSL color Cylindrical-coordinate representation of color #235D2F: hue angle of 132.41º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D2F is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 47 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.64 |
| HSL | 132.41º | 0.45% | 0.25% | - |
| HSV(B) | 132.41º | 0.62% | 0.36% | - |
| XYZ | 5.12 | 8.39 | 4.04 | - |
| YUV | 70.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 47 | 0.62 | 0 | 0.49 | 0.64 | 132.41 | 0.45 | 0.25 |
| Hex | 23 | 5D | 2F | 3E | 0 | 31 | 40 | 84 | 2D | 19 |
| Octal | 43 | 135 | 57 | 76 | 0 | 61 | 100 | 204 | 55 | 31 |
| Binary | 100011 | 1011101 | 101111 | 111110 | 0 | 110001 | 1000000 | 10000100 | 101101 | 11001 |
Color Harmonies of #235D2F
Complementary color
Monochromatic Colors of #235D2F
Black with #235D2F
Text Example
Text Example
White with #235D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D2F; }
p { color: rgb(35,93,47); }
H1.HeaderClassName
{
color: #235D2F;
}
.AnyTagClassName
{
color: #235D2F;
}
</style>
background-color css
<style>
a { background-color: #235D2F; }
a { background-color: rgb(35,93,47); }
div.DivClassName
{
background-color: #235D2F;
}
.BgClassName
{
background-color: #235D2F;
}
</style>
border-color css
<style>
span { border-color: #235D2F; }
span { border-color: rgb(35,93,47); }
td.TdClassName
{
border-color: #235D2F;
}
.TagClassName
{
border-color: #235D2F;
}
</style>