Shades of Parsley #2D6036
Tints of Parsley #2D6036
RGB
CMYK
RGB Variations
Color information
#2D6036 (or 0x2D6036) is known color: Parsley. HEX triplet: 2D, 60 and 36. RGB value is (45,96,54). Sum of RGB (Red+Green+Blue) = 45+96+54=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6036 is #D29FC9. Grayscale: #4C4C4C. Windows color (decimal): -13803466 or 3563565. OLE color: 3563565.
HSL color Cylindrical-coordinate representation of color #2D6036: hue angle of 130.59º 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 #2D6036 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 54 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.62 |
| HSL | 130.59º | 0.36% | 0.28% | - |
| HSV(B) | 130.59º | 0.53% | 0.38% | - |
| XYZ | 5.93 | 9.19 | 4.95 | - |
| YUV | 75.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 54 | 0.53 | 0 | 0.44 | 0.62 | 130.59 | 0.36 | 0.28 |
| Hex | 2D | 60 | 36 | 35 | 0 | 2C | 3E | 83 | 24 | 1C |
| Octal | 55 | 140 | 66 | 65 | 0 | 54 | 76 | 203 | 44 | 34 |
| Binary | 101101 | 1100000 | 110110 | 110101 | 0 | 101100 | 111110 | 10000011 | 100100 | 11100 |
Color Harmonies of #2D6036
Complementary color
Monochromatic Colors of #2D6036
Black with #2D6036
Text Example
Text Example
White with #2D6036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6036; }
p { color: rgb(45,96,54); }
H1.HeaderClassName
{
color: #2D6036;
}
.AnyTagClassName
{
color: #2D6036;
}
</style>
background-color css
<style>
a { background-color: #2D6036; }
a { background-color: rgb(45,96,54); }
div.DivClassName
{
background-color: #2D6036;
}
.BgClassName
{
background-color: #2D6036;
}
</style>
border-color css
<style>
span { border-color: #2D6036; }
span { border-color: rgb(45,96,54); }
td.TdClassName
{
border-color: #2D6036;
}
.TagClassName
{
border-color: #2D6036;
}
</style>