Shades of Parsley #2D582C
Tints of Parsley #2D582C
RGB
CMYK
RGB Variations
Color information
#2D582C (or 0x2D582C) is known color: Parsley. HEX triplet: 2D, 58 and 2C. RGB value is (45,88,44). Sum of RGB (Red+Green+Blue) = 45+88+44=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #2D582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D582C is #D2A7D3. Grayscale: #464646. Windows color (decimal): -13805524 or 2906157. OLE color: 2906157.
HSL color Cylindrical-coordinate representation of color #2D582C: hue angle of 118.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D582C is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 44 | - |
| CMYK | 0.49 | 0 | 0.5 | 0.65 |
| HSL | 118.64º | 0.33% | 0.26% | - |
| HSV(B) | 118.64º | 0.5% | 0.35% | - |
| XYZ | 5.03 | 7.72 | 3.61 | - |
| YUV | 70.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 44 | 0.49 | 0 | 0.5 | 0.65 | 118.64 | 0.33 | 0.26 |
| Hex | 2D | 58 | 2C | 31 | 0 | 32 | 41 | 77 | 21 | 1A |
| Octal | 55 | 130 | 54 | 61 | 0 | 62 | 101 | 167 | 41 | 32 |
| Binary | 101101 | 1011000 | 101100 | 110001 | 0 | 110010 | 1000001 | 1110111 | 100001 | 11010 |
Color Harmonies of #2D582C
Complementary color
Monochromatic Colors of #2D582C
Black with #2D582C
Text Example
Text Example
White with #2D582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D582C; }
p { color: rgb(45,88,44); }
H1.HeaderClassName
{
color: #2D582C;
}
.AnyTagClassName
{
color: #2D582C;
}
</style>
background-color css
<style>
a { background-color: #2D582C; }
a { background-color: rgb(45,88,44); }
div.DivClassName
{
background-color: #2D582C;
}
.BgClassName
{
background-color: #2D582C;
}
</style>
border-color css
<style>
span { border-color: #2D582C; }
span { border-color: rgb(45,88,44); }
td.TdClassName
{
border-color: #2D582C;
}
.TagClassName
{
border-color: #2D582C;
}
</style>