Shades of Parsley #2D5F34
Tints of Parsley #2D5F34
RGB
CMYK
RGB Variations
Color information
#2D5F34 (or 0x2D5F34) is known color: Parsley. HEX triplet: 2D, 5F and 34. RGB value is (45,95,52). Sum of RGB (Red+Green+Blue) = 45+95+52=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F34 is #D2A0CB. Grayscale: #4B4B4B. Windows color (decimal): -13803724 or 3432237. OLE color: 3432237.
HSL color Cylindrical-coordinate representation of color #2D5F34: hue angle of 128.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F34 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 52 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.63 |
| HSL | 128.4º | 0.36% | 0.27% | - |
| HSV(B) | 128.4º | 0.53% | 0.37% | - |
| XYZ | 5.79 | 8.99 | 4.68 | - |
| YUV | 75.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 52 | 0.53 | 0 | 0.45 | 0.63 | 128.4 | 0.36 | 0.27 |
| Hex | 2D | 5F | 34 | 35 | 0 | 2D | 3F | 80 | 24 | 1B |
| Octal | 55 | 137 | 64 | 65 | 0 | 55 | 77 | 200 | 44 | 33 |
| Binary | 101101 | 1011111 | 110100 | 110101 | 0 | 101101 | 111111 | 10000000 | 100100 | 11011 |
Color Harmonies of #2D5F34
Complementary color
Monochromatic Colors of #2D5F34
Black with #2D5F34
Text Example
Text Example
White with #2D5F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F34; }
p { color: rgb(45,95,52); }
H1.HeaderClassName
{
color: #2D5F34;
}
.AnyTagClassName
{
color: #2D5F34;
}
</style>
background-color css
<style>
a { background-color: #2D5F34; }
a { background-color: rgb(45,95,52); }
div.DivClassName
{
background-color: #2D5F34;
}
.BgClassName
{
background-color: #2D5F34;
}
</style>
border-color css
<style>
span { border-color: #2D5F34; }
span { border-color: rgb(45,95,52); }
td.TdClassName
{
border-color: #2D5F34;
}
.TagClassName
{
border-color: #2D5F34;
}
</style>