Shades of Parsley #2A512F
Tints of Parsley #2A512F
RGB
CMYK
RGB Variations
Color information
#2A512F (or 0x2A512F) is known color: Parsley. HEX triplet: 2A, 51 and 2F. RGB value is (42,81,47). Sum of RGB (Red+Green+Blue) = 42+81+47=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #2A512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A512F is #D5AED0. Grayscale: #414141. Windows color (decimal): -14003921 or 3100970. OLE color: 3100970.
HSL color Cylindrical-coordinate representation of color #2A512F: hue angle of 127.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A512F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 47 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.68 |
| HSL | 127.69º | 0.32% | 0.24% | - |
| HSV(B) | 127.69º | 0.48% | 0.32% | - |
| XYZ | 4.41 | 6.58 | 3.73 | - |
| YUV | 65.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 47 | 0.48 | 0 | 0.42 | 0.68 | 127.69 | 0.32 | 0.24 |
| Hex | 2A | 51 | 2F | 30 | 0 | 2A | 44 | 80 | 20 | 18 |
| Octal | 52 | 121 | 57 | 60 | 0 | 52 | 104 | 200 | 40 | 30 |
| Binary | 101010 | 1010001 | 101111 | 110000 | 0 | 101010 | 1000100 | 10000000 | 100000 | 11000 |
Color Harmonies of #2A512F
Complementary color
Monochromatic Colors of #2A512F
Black with #2A512F
Text Example
Text Example
White with #2A512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A512F; }
p { color: rgb(42,81,47); }
H1.HeaderClassName
{
color: #2A512F;
}
.AnyTagClassName
{
color: #2A512F;
}
</style>
background-color css
<style>
a { background-color: #2A512F; }
a { background-color: rgb(42,81,47); }
div.DivClassName
{
background-color: #2A512F;
}
.BgClassName
{
background-color: #2A512F;
}
</style>
border-color css
<style>
span { border-color: #2A512F; }
span { border-color: rgb(42,81,47); }
td.TdClassName
{
border-color: #2A512F;
}
.TagClassName
{
border-color: #2A512F;
}
</style>