Shades of Parsley #235A2B
Tints of Parsley #235A2B
RGB
CMYK
RGB Variations
Color information
#235A2B (or 0x235A2B) is known color: Parsley. HEX triplet: 23, 5A and 2B. RGB value is (35,90,43). Sum of RGB (Red+Green+Blue) = 35+90+43=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #235A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A2B is #DCA5D4. Grayscale: #444444. Windows color (decimal): -14460373 or 2841123. OLE color: 2841123.
HSL color Cylindrical-coordinate representation of color #235A2B: hue angle of 128.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A2B is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 43 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.65 |
| HSL | 128.73º | 0.44% | 0.25% | - |
| HSV(B) | 128.73º | 0.61% | 0.35% | - |
| XYZ | 4.79 | 7.84 | 3.55 | - |
| YUV | 68.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 43 | 0.61 | 0 | 0.52 | 0.65 | 128.73 | 0.44 | 0.25 |
| Hex | 23 | 5A | 2B | 3D | 0 | 34 | 41 | 81 | 2C | 19 |
| Octal | 43 | 132 | 53 | 75 | 0 | 64 | 101 | 201 | 54 | 31 |
| Binary | 100011 | 1011010 | 101011 | 111101 | 0 | 110100 | 1000001 | 10000001 | 101100 | 11001 |
Color Harmonies of #235A2B
Complementary color
Monochromatic Colors of #235A2B
Black with #235A2B
Text Example
Text Example
White with #235A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A2B; }
p { color: rgb(35,90,43); }
H1.HeaderClassName
{
color: #235A2B;
}
.AnyTagClassName
{
color: #235A2B;
}
</style>
background-color css
<style>
a { background-color: #235A2B; }
a { background-color: rgb(35,90,43); }
div.DivClassName
{
background-color: #235A2B;
}
.BgClassName
{
background-color: #235A2B;
}
</style>
border-color css
<style>
span { border-color: #235A2B; }
span { border-color: rgb(35,90,43); }
td.TdClassName
{
border-color: #235A2B;
}
.TagClassName
{
border-color: #235A2B;
}
</style>