Shades of Parsley #2A512B
Tints of Parsley #2A512B
RGB
CMYK
RGB Variations
Color information
#2A512B (or 0x2A512B) is known color: Parsley. HEX triplet: 2A, 51 and 2B. RGB value is (42,81,43). Sum of RGB (Red+Green+Blue) = 42+81+43=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #2A512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A512B is #D5AED4. Grayscale: #414141. Windows color (decimal): -14003925 or 2838826. OLE color: 2838826.
HSL color Cylindrical-coordinate representation of color #2A512B: hue angle of 121.54º 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 #2A512B is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 43 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.68 |
| HSL | 121.54º | 0.32% | 0.24% | - |
| HSV(B) | 121.54º | 0.48% | 0.32% | - |
| XYZ | 4.33 | 6.55 | 3.32 | - |
| YUV | 65.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 43 | 0.48 | 0 | 0.47 | 0.68 | 121.54 | 0.32 | 0.24 |
| Hex | 2A | 51 | 2B | 30 | 0 | 2F | 44 | 7A | 20 | 18 |
| Octal | 52 | 121 | 53 | 60 | 0 | 57 | 104 | 172 | 40 | 30 |
| Binary | 101010 | 1010001 | 101011 | 110000 | 0 | 101111 | 1000100 | 1111010 | 100000 | 11000 |
Color Harmonies of #2A512B
Complementary color
Monochromatic Colors of #2A512B
Black with #2A512B
Text Example
Text Example
White with #2A512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A512B; }
p { color: rgb(42,81,43); }
H1.HeaderClassName
{
color: #2A512B;
}
.AnyTagClassName
{
color: #2A512B;
}
</style>
background-color css
<style>
a { background-color: #2A512B; }
a { background-color: rgb(42,81,43); }
div.DivClassName
{
background-color: #2A512B;
}
.BgClassName
{
background-color: #2A512B;
}
</style>
border-color css
<style>
span { border-color: #2A512B; }
span { border-color: rgb(42,81,43); }
td.TdClassName
{
border-color: #2A512B;
}
.TagClassName
{
border-color: #2A512B;
}
</style>