Shades of Parsley #2D4E31
Tints of Parsley #2D4E31
RGB
CMYK
RGB Variations
Color information
#2D4E31 (or 0x2D4E31) is known color: Parsley. HEX triplet: 2D, 4E and 31. RGB value is (45,78,49). Sum of RGB (Red+Green+Blue) = 45+78+49=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E31 is #D2B1CE. Grayscale: #404040. Windows color (decimal): -13808079 or 3231277. OLE color: 3231277.
HSL color Cylindrical-coordinate representation of color #2D4E31: hue angle of 127.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E31 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 49 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.69 |
| HSL | 127.27º | 0.27% | 0.24% | - |
| HSV(B) | 127.27º | 0.42% | 0.31% | - |
| XYZ | 4.36 | 6.23 | 3.88 | - |
| YUV | 64.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 49 | 0.42 | 0 | 0.37 | 0.69 | 127.27 | 0.27 | 0.24 |
| Hex | 2D | 4E | 31 | 2A | 0 | 25 | 45 | 7F | 1B | 18 |
| Octal | 55 | 116 | 61 | 52 | 0 | 45 | 105 | 177 | 33 | 30 |
| Binary | 101101 | 1001110 | 110001 | 101010 | 0 | 100101 | 1000101 | 1111111 | 11011 | 11000 |
Color Harmonies of #2D4E31
Complementary color
Monochromatic Colors of #2D4E31
Black with #2D4E31
Text Example
Text Example
White with #2D4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E31; }
p { color: rgb(45,78,49); }
H1.HeaderClassName
{
color: #2D4E31;
}
.AnyTagClassName
{
color: #2D4E31;
}
</style>
background-color css
<style>
a { background-color: #2D4E31; }
a { background-color: rgb(45,78,49); }
div.DivClassName
{
background-color: #2D4E31;
}
.BgClassName
{
background-color: #2D4E31;
}
</style>
border-color css
<style>
span { border-color: #2D4E31; }
span { border-color: rgb(45,78,49); }
td.TdClassName
{
border-color: #2D4E31;
}
.TagClassName
{
border-color: #2D4E31;
}
</style>