Shades of Parsley #235C2B
Tints of Parsley #235C2B
RGB
CMYK
RGB Variations
Color information
#235C2B (or 0x235C2B) is known color: Parsley. HEX triplet: 23, 5C and 2B. RGB value is (35,92,43). Sum of RGB (Red+Green+Blue) = 35+92+43=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #235C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C2B is #DCA3D4. Grayscale: #454545. Windows color (decimal): -14459861 or 2841635. OLE color: 2841635.
HSL color Cylindrical-coordinate representation of color #235C2B: hue angle of 128.42º 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 #235C2B is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 43 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.64 |
| HSL | 128.42º | 0.45% | 0.25% | - |
| HSV(B) | 128.42º | 0.62% | 0.36% | - |
| XYZ | 4.96 | 8.19 | 3.6 | - |
| YUV | 69.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 43 | 0.62 | 0 | 0.53 | 0.64 | 128.42 | 0.45 | 0.25 |
| Hex | 23 | 5C | 2B | 3E | 0 | 35 | 40 | 80 | 2D | 19 |
| Octal | 43 | 134 | 53 | 76 | 0 | 65 | 100 | 200 | 55 | 31 |
| Binary | 100011 | 1011100 | 101011 | 111110 | 0 | 110101 | 1000000 | 10000000 | 101101 | 11001 |
Color Harmonies of #235C2B
Complementary color
Monochromatic Colors of #235C2B
Black with #235C2B
Text Example
Text Example
White with #235C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C2B; }
p { color: rgb(35,92,43); }
H1.HeaderClassName
{
color: #235C2B;
}
.AnyTagClassName
{
color: #235C2B;
}
</style>
background-color css
<style>
a { background-color: #235C2B; }
a { background-color: rgb(35,92,43); }
div.DivClassName
{
background-color: #235C2B;
}
.BgClassName
{
background-color: #235C2B;
}
</style>
border-color css
<style>
span { border-color: #235C2B; }
span { border-color: rgb(35,92,43); }
td.TdClassName
{
border-color: #235C2B;
}
.TagClassName
{
border-color: #235C2B;
}
</style>