Shades of Parsley #235C2F
Tints of Parsley #235C2F
RGB
CMYK
RGB Variations
Color information
#235C2F (or 0x235C2F) is known color: Parsley. HEX triplet: 23, 5C and 2F. RGB value is (35,92,47). Sum of RGB (Red+Green+Blue) = 35+92+47=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #235C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C2F is #DCA3D0. Grayscale: #454545. Windows color (decimal): -14459857 or 3103779. OLE color: 3103779.
HSL color Cylindrical-coordinate representation of color #235C2F: hue angle of 132.63º 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 #235C2F is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 47 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.64 |
| HSL | 132.63º | 0.45% | 0.25% | - |
| HSV(B) | 132.63º | 0.62% | 0.36% | - |
| XYZ | 5.03 | 8.22 | 4.01 | - |
| YUV | 69.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 47 | 0.62 | 0 | 0.49 | 0.64 | 132.63 | 0.45 | 0.25 |
| Hex | 23 | 5C | 2F | 3E | 0 | 31 | 40 | 85 | 2D | 19 |
| Octal | 43 | 134 | 57 | 76 | 0 | 61 | 100 | 205 | 55 | 31 |
| Binary | 100011 | 1011100 | 101111 | 111110 | 0 | 110001 | 1000000 | 10000101 | 101101 | 11001 |
Color Harmonies of #235C2F
Complementary color
Monochromatic Colors of #235C2F
Black with #235C2F
Text Example
Text Example
White with #235C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C2F; }
p { color: rgb(35,92,47); }
H1.HeaderClassName
{
color: #235C2F;
}
.AnyTagClassName
{
color: #235C2F;
}
</style>
background-color css
<style>
a { background-color: #235C2F; }
a { background-color: rgb(35,92,47); }
div.DivClassName
{
background-color: #235C2F;
}
.BgClassName
{
background-color: #235C2F;
}
</style>
border-color css
<style>
span { border-color: #235C2F; }
span { border-color: rgb(35,92,47); }
td.TdClassName
{
border-color: #235C2F;
}
.TagClassName
{
border-color: #235C2F;
}
</style>