Shades of Parsley #2A582F
Tints of Parsley #2A582F
RGB
CMYK
RGB Variations
Color information
#2A582F (or 0x2A582F) is known color: Parsley. HEX triplet: 2A, 58 and 2F. RGB value is (42,88,47). Sum of RGB (Red+Green+Blue) = 42+88+47=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #2A582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A582F is #D5A7D0. Grayscale: #454545. Windows color (decimal): -14002129 or 3102762. OLE color: 3102762.
HSL color Cylindrical-coordinate representation of color #2A582F: hue angle of 126.52º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A582F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 47 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.65 |
| HSL | 126.52º | 0.35% | 0.25% | - |
| HSV(B) | 126.52º | 0.52% | 0.35% | - |
| XYZ | 4.96 | 7.68 | 3.91 | - |
| YUV | 69.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 47 | 0.52 | 0 | 0.47 | 0.65 | 126.52 | 0.35 | 0.25 |
| Hex | 2A | 58 | 2F | 34 | 0 | 2F | 41 | 7F | 23 | 19 |
| Octal | 52 | 130 | 57 | 64 | 0 | 57 | 101 | 177 | 43 | 31 |
| Binary | 101010 | 1011000 | 101111 | 110100 | 0 | 101111 | 1000001 | 1111111 | 100011 | 11001 |
Color Harmonies of #2A582F
Complementary color
Monochromatic Colors of #2A582F
Black with #2A582F
Text Example
Text Example
White with #2A582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A582F; }
p { color: rgb(42,88,47); }
H1.HeaderClassName
{
color: #2A582F;
}
.AnyTagClassName
{
color: #2A582F;
}
</style>
background-color css
<style>
a { background-color: #2A582F; }
a { background-color: rgb(42,88,47); }
div.DivClassName
{
background-color: #2A582F;
}
.BgClassName
{
background-color: #2A582F;
}
</style>
border-color css
<style>
span { border-color: #2A582F; }
span { border-color: rgb(42,88,47); }
td.TdClassName
{
border-color: #2A582F;
}
.TagClassName
{
border-color: #2A582F;
}
</style>