Shades of Parsley #2D552E
Tints of Parsley #2D552E
RGB
CMYK
RGB Variations
Color information
#2D552E (or 0x2D552E) is known color: Parsley. HEX triplet: 2D, 55 and 2E. RGB value is (45,85,46). Sum of RGB (Red+Green+Blue) = 45+85+46=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2D552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D552E is #D2AAD1. Grayscale: #444444. Windows color (decimal): -13806290 or 3036461. OLE color: 3036461.
HSL color Cylindrical-coordinate representation of color #2D552E: hue angle of 121.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D552E is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 46 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.67 |
| HSL | 121.5º | 0.31% | 0.25% | - |
| HSV(B) | 121.5º | 0.47% | 0.33% | - |
| XYZ | 4.82 | 7.25 | 3.73 | - |
| YUV | 68.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 46 | 0.47 | 0 | 0.46 | 0.67 | 121.5 | 0.31 | 0.25 |
| Hex | 2D | 55 | 2E | 2F | 0 | 2E | 43 | 7A | 1F | 19 |
| Octal | 55 | 125 | 56 | 57 | 0 | 56 | 103 | 172 | 37 | 31 |
| Binary | 101101 | 1010101 | 101110 | 101111 | 0 | 101110 | 1000011 | 1111010 | 11111 | 11001 |
Color Harmonies of #2D552E
Complementary color
Monochromatic Colors of #2D552E
Black with #2D552E
Text Example
Text Example
White with #2D552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D552E; }
p { color: rgb(45,85,46); }
H1.HeaderClassName
{
color: #2D552E;
}
.AnyTagClassName
{
color: #2D552E;
}
</style>
background-color css
<style>
a { background-color: #2D552E; }
a { background-color: rgb(45,85,46); }
div.DivClassName
{
background-color: #2D552E;
}
.BgClassName
{
background-color: #2D552E;
}
</style>
border-color css
<style>
span { border-color: #2D552E; }
span { border-color: rgb(45,85,46); }
td.TdClassName
{
border-color: #2D552E;
}
.TagClassName
{
border-color: #2D552E;
}
</style>