Shades of Parsley #2D562A
Tints of Parsley #2D562A
RGB
CMYK
RGB Variations
Color information
#2D562A (or 0x2D562A) is known color: Parsley. HEX triplet: 2D, 56 and 2A. RGB value is (45,86,42). Sum of RGB (Red+Green+Blue) = 45+86+42=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #2D562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D562A is #D2A9D5. Grayscale: #444444. Windows color (decimal): -13806038 or 2774573. OLE color: 2774573.
HSL color Cylindrical-coordinate representation of color #2D562A: hue angle of 115.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D562A is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 42 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.66 |
| HSL | 115.91º | 0.34% | 0.25% | - |
| HSV(B) | 115.91º | 0.51% | 0.34% | - |
| XYZ | 4.83 | 7.38 | 3.36 | - |
| YUV | 68.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 42 | 0.48 | 0 | 0.51 | 0.66 | 115.91 | 0.34 | 0.25 |
| Hex | 2D | 56 | 2A | 30 | 0 | 33 | 42 | 74 | 22 | 19 |
| Octal | 55 | 126 | 52 | 60 | 0 | 63 | 102 | 164 | 42 | 31 |
| Binary | 101101 | 1010110 | 101010 | 110000 | 0 | 110011 | 1000010 | 1110100 | 100010 | 11001 |
Color Harmonies of #2D562A
Complementary color
Monochromatic Colors of #2D562A
Black with #2D562A
Text Example
Text Example
White with #2D562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D562A; }
p { color: rgb(45,86,42); }
H1.HeaderClassName
{
color: #2D562A;
}
.AnyTagClassName
{
color: #2D562A;
}
</style>
background-color css
<style>
a { background-color: #2D562A; }
a { background-color: rgb(45,86,42); }
div.DivClassName
{
background-color: #2D562A;
}
.BgClassName
{
background-color: #2D562A;
}
</style>
border-color css
<style>
span { border-color: #2D562A; }
span { border-color: rgb(45,86,42); }
td.TdClassName
{
border-color: #2D562A;
}
.TagClassName
{
border-color: #2D562A;
}
</style>