Shades of Parsley #2D542F
Tints of Parsley #2D542F
RGB
CMYK
RGB Variations
Color information
#2D542F (or 0x2D542F) is known color: Parsley. HEX triplet: 2D, 54 and 2F. RGB value is (45,84,47). Sum of RGB (Red+Green+Blue) = 45+84+47=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #2D542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D542F is #D2ABD0. Grayscale: #444444. Windows color (decimal): -13806545 or 3101741. OLE color: 3101741.
HSL color Cylindrical-coordinate representation of color #2D542F: hue angle of 123.08º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D542F is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 47 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.67 |
| HSL | 123.08º | 0.3% | 0.25% | - |
| HSV(B) | 123.08º | 0.46% | 0.33% | - |
| XYZ | 4.77 | 7.1 | 3.81 | - |
| YUV | 68.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 47 | 0.46 | 0 | 0.44 | 0.67 | 123.08 | 0.3 | 0.25 |
| Hex | 2D | 54 | 2F | 2E | 0 | 2C | 43 | 7B | 1E | 19 |
| Octal | 55 | 124 | 57 | 56 | 0 | 54 | 103 | 173 | 36 | 31 |
| Binary | 101101 | 1010100 | 101111 | 101110 | 0 | 101100 | 1000011 | 1111011 | 11110 | 11001 |
Color Harmonies of #2D542F
Complementary color
Monochromatic Colors of #2D542F
Black with #2D542F
Text Example
Text Example
White with #2D542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D542F; }
p { color: rgb(45,84,47); }
H1.HeaderClassName
{
color: #2D542F;
}
.AnyTagClassName
{
color: #2D542F;
}
</style>
background-color css
<style>
a { background-color: #2D542F; }
a { background-color: rgb(45,84,47); }
div.DivClassName
{
background-color: #2D542F;
}
.BgClassName
{
background-color: #2D542F;
}
</style>
border-color css
<style>
span { border-color: #2D542F; }
span { border-color: rgb(45,84,47); }
td.TdClassName
{
border-color: #2D542F;
}
.TagClassName
{
border-color: #2D542F;
}
</style>