Shades of Parsley #2D6034
Tints of Parsley #2D6034
RGB
CMYK
RGB Variations
Color information
#2D6034 (or 0x2D6034) is known color: Parsley. HEX triplet: 2D, 60 and 34. RGB value is (45,96,52). Sum of RGB (Red+Green+Blue) = 45+96+52=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6034 is #D29FCB. Grayscale: #4B4B4B. Windows color (decimal): -13803468 or 3432493. OLE color: 3432493.
HSL color Cylindrical-coordinate representation of color #2D6034: hue angle of 128.24º 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 #2D6034 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 52 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.62 |
| HSL | 128.24º | 0.36% | 0.28% | - |
| HSV(B) | 128.24º | 0.53% | 0.38% | - |
| XYZ | 5.88 | 9.17 | 4.71 | - |
| YUV | 75.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 52 | 0.53 | 0 | 0.46 | 0.62 | 128.24 | 0.36 | 0.28 |
| Hex | 2D | 60 | 34 | 35 | 0 | 2E | 3E | 80 | 24 | 1C |
| Octal | 55 | 140 | 64 | 65 | 0 | 56 | 76 | 200 | 44 | 34 |
| Binary | 101101 | 1100000 | 110100 | 110101 | 0 | 101110 | 111110 | 10000000 | 100100 | 11100 |
Color Harmonies of #2D6034
Complementary color
Monochromatic Colors of #2D6034
Black with #2D6034
Text Example
Text Example
White with #2D6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6034; }
p { color: rgb(45,96,52); }
H1.HeaderClassName
{
color: #2D6034;
}
.AnyTagClassName
{
color: #2D6034;
}
</style>
background-color css
<style>
a { background-color: #2D6034; }
a { background-color: rgb(45,96,52); }
div.DivClassName
{
background-color: #2D6034;
}
.BgClassName
{
background-color: #2D6034;
}
</style>
border-color css
<style>
span { border-color: #2D6034; }
span { border-color: rgb(45,96,52); }
td.TdClassName
{
border-color: #2D6034;
}
.TagClassName
{
border-color: #2D6034;
}
</style>