Shades of Parsley #2D5937
Tints of Parsley #2D5937
RGB
CMYK
RGB Variations
Color information
#2D5937 (or 0x2D5937) is known color: Parsley. HEX triplet: 2D, 59 and 37. RGB value is (45,89,55). Sum of RGB (Red+Green+Blue) = 45+89+55=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5937 is #D2A6C8. Grayscale: #484848. Windows color (decimal): -13805257 or 3627309. OLE color: 3627309.
HSL color Cylindrical-coordinate representation of color #2D5937: hue angle of 133.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5937 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 55 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.65 |
| HSL | 133.64º | 0.33% | 0.26% | - |
| HSV(B) | 133.64º | 0.49% | 0.35% | - |
| XYZ | 5.34 | 7.98 | 4.87 | - |
| YUV | 71.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 55 | 0.49 | 0 | 0.38 | 0.65 | 133.64 | 0.33 | 0.26 |
| Hex | 2D | 59 | 37 | 31 | 0 | 26 | 41 | 86 | 21 | 1A |
| Octal | 55 | 131 | 67 | 61 | 0 | 46 | 101 | 206 | 41 | 32 |
| Binary | 101101 | 1011001 | 110111 | 110001 | 0 | 100110 | 1000001 | 10000110 | 100001 | 11010 |
Color Harmonies of #2D5937
Complementary color
Monochromatic Colors of #2D5937
Black with #2D5937
Text Example
Text Example
White with #2D5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5937; }
p { color: rgb(45,89,55); }
H1.HeaderClassName
{
color: #2D5937;
}
.AnyTagClassName
{
color: #2D5937;
}
</style>
background-color css
<style>
a { background-color: #2D5937; }
a { background-color: rgb(45,89,55); }
div.DivClassName
{
background-color: #2D5937;
}
.BgClassName
{
background-color: #2D5937;
}
</style>
border-color css
<style>
span { border-color: #2D5937; }
span { border-color: rgb(45,89,55); }
td.TdClassName
{
border-color: #2D5937;
}
.TagClassName
{
border-color: #2D5937;
}
</style>