Shades of Parsley #2D6032
Tints of Parsley #2D6032
RGB
CMYK
RGB Variations
Color information
#2D6032 (or 0x2D6032) is known color: Parsley. HEX triplet: 2D, 60 and 32. RGB value is (45,96,50). Sum of RGB (Red+Green+Blue) = 45+96+50=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6032 is #D29FCD. Grayscale: #4B4B4B. Windows color (decimal): -13803470 or 3301421. OLE color: 3301421.
HSL color Cylindrical-coordinate representation of color #2D6032: hue angle of 125.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6032 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 50 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.62 |
| HSL | 125.88º | 0.36% | 0.28% | - |
| HSV(B) | 125.88º | 0.53% | 0.38% | - |
| XYZ | 5.84 | 9.15 | 4.48 | - |
| YUV | 75.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 50 | 0.53 | 0 | 0.48 | 0.62 | 125.88 | 0.36 | 0.28 |
| Hex | 2D | 60 | 32 | 35 | 0 | 30 | 3E | 7E | 24 | 1C |
| Octal | 55 | 140 | 62 | 65 | 0 | 60 | 76 | 176 | 44 | 34 |
| Binary | 101101 | 1100000 | 110010 | 110101 | 0 | 110000 | 111110 | 1111110 | 100100 | 11100 |
Color Harmonies of #2D6032
Complementary color
Monochromatic Colors of #2D6032
Black with #2D6032
Text Example
Text Example
White with #2D6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6032; }
p { color: rgb(45,96,50); }
H1.HeaderClassName
{
color: #2D6032;
}
.AnyTagClassName
{
color: #2D6032;
}
</style>
background-color css
<style>
a { background-color: #2D6032; }
a { background-color: rgb(45,96,50); }
div.DivClassName
{
background-color: #2D6032;
}
.BgClassName
{
background-color: #2D6032;
}
</style>
border-color css
<style>
span { border-color: #2D6032; }
span { border-color: rgb(45,96,50); }
td.TdClassName
{
border-color: #2D6032;
}
.TagClassName
{
border-color: #2D6032;
}
</style>