Shades of Parsley #2A592F
Tints of Parsley #2A592F
RGB
CMYK
RGB Variations
Color information
#2A592F (or 0x2A592F) is known color: Parsley. HEX triplet: 2A, 59 and 2F. RGB value is (42,89,47). Sum of RGB (Red+Green+Blue) = 42+89+47=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592F is #D5A6D0. Grayscale: #464646. Windows color (decimal): -14001873 or 3103018. OLE color: 3103018.
HSL color Cylindrical-coordinate representation of color #2A592F: hue angle of 126.38º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A592F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 47 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.65 |
| HSL | 126.38º | 0.36% | 0.26% | - |
| HSV(B) | 126.38º | 0.53% | 0.35% | - |
| XYZ | 5.04 | 7.84 | 3.94 | - |
| YUV | 70.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 47 | 0.53 | 0 | 0.47 | 0.65 | 126.38 | 0.36 | 0.26 |
| Hex | 2A | 59 | 2F | 35 | 0 | 2F | 41 | 7E | 24 | 1A |
| Octal | 52 | 131 | 57 | 65 | 0 | 57 | 101 | 176 | 44 | 32 |
| Binary | 101010 | 1011001 | 101111 | 110101 | 0 | 101111 | 1000001 | 1111110 | 100100 | 11010 |
Color Harmonies of #2A592F
Complementary color
Monochromatic Colors of #2A592F
Black with #2A592F
Text Example
Text Example
White with #2A592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A592F; }
p { color: rgb(42,89,47); }
H1.HeaderClassName
{
color: #2A592F;
}
.AnyTagClassName
{
color: #2A592F;
}
</style>
background-color css
<style>
a { background-color: #2A592F; }
a { background-color: rgb(42,89,47); }
div.DivClassName
{
background-color: #2A592F;
}
.BgClassName
{
background-color: #2A592F;
}
</style>
border-color css
<style>
span { border-color: #2A592F; }
span { border-color: rgb(42,89,47); }
td.TdClassName
{
border-color: #2A592F;
}
.TagClassName
{
border-color: #2A592F;
}
</style>