Shades of Parsley #2D5B35
Tints of Parsley #2D5B35
RGB
CMYK
RGB Variations
Color information
#2D5B35 (or 0x2D5B35) is known color: Parsley. HEX triplet: 2D, 5B and 35. RGB value is (45,91,53). Sum of RGB (Red+Green+Blue) = 45+91+53=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B35 is #D2A4CA. Grayscale: #494949. Windows color (decimal): -13804747 or 3496749. OLE color: 3496749.
HSL color Cylindrical-coordinate representation of color #2D5B35: hue angle of 130.43º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B35 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 53 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.64 |
| HSL | 130.43º | 0.34% | 0.27% | - |
| HSV(B) | 130.43º | 0.51% | 0.36% | - |
| XYZ | 5.47 | 8.3 | 4.68 | - |
| YUV | 72.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 53 | 0.51 | 0 | 0.42 | 0.64 | 130.43 | 0.34 | 0.27 |
| Hex | 2D | 5B | 35 | 33 | 0 | 2A | 40 | 82 | 22 | 1B |
| Octal | 55 | 133 | 65 | 63 | 0 | 52 | 100 | 202 | 42 | 33 |
| Binary | 101101 | 1011011 | 110101 | 110011 | 0 | 101010 | 1000000 | 10000010 | 100010 | 11011 |
Color Harmonies of #2D5B35
Complementary color
Monochromatic Colors of #2D5B35
Black with #2D5B35
Text Example
Text Example
White with #2D5B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B35; }
p { color: rgb(45,91,53); }
H1.HeaderClassName
{
color: #2D5B35;
}
.AnyTagClassName
{
color: #2D5B35;
}
</style>
background-color css
<style>
a { background-color: #2D5B35; }
a { background-color: rgb(45,91,53); }
div.DivClassName
{
background-color: #2D5B35;
}
.BgClassName
{
background-color: #2D5B35;
}
</style>
border-color css
<style>
span { border-color: #2D5B35; }
span { border-color: rgb(45,91,53); }
td.TdClassName
{
border-color: #2D5B35;
}
.TagClassName
{
border-color: #2D5B35;
}
</style>