Shades of Parsley #2A4F2E
Tints of Parsley #2A4F2E
RGB
CMYK
RGB Variations
Color information
#2A4F2E (or 0x2A4F2E) is known color: Parsley. HEX triplet: 2A, 4F and 2E. RGB value is (42,79,46). Sum of RGB (Red+Green+Blue) = 42+79+46=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F2E is #D5B0D1. Grayscale: #404040. Windows color (decimal): -14004434 or 3034922. OLE color: 3034922.
HSL color Cylindrical-coordinate representation of color #2A4F2E: hue angle of 126.49º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F2E is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 79 | 46 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.69 |
| HSL | 126.49º | 0.31% | 0.24% | - |
| HSV(B) | 126.49º | 0.47% | 0.31% | - |
| XYZ | 4.24 | 6.28 | 3.57 | - |
| YUV | 64.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 46 | 0.47 | 0 | 0.42 | 0.69 | 126.49 | 0.31 | 0.24 |
| Hex | 2A | 4F | 2E | 2F | 0 | 2A | 45 | 7E | 1F | 18 |
| Octal | 52 | 117 | 56 | 57 | 0 | 52 | 105 | 176 | 37 | 30 |
| Binary | 101010 | 1001111 | 101110 | 101111 | 0 | 101010 | 1000101 | 1111110 | 11111 | 11000 |
Color Harmonies of #2A4F2E
Complementary color
Monochromatic Colors of #2A4F2E
Black with #2A4F2E
Text Example
Text Example
White with #2A4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F2E; }
p { color: rgb(42,79,46); }
H1.HeaderClassName
{
color: #2A4F2E;
}
.AnyTagClassName
{
color: #2A4F2E;
}
</style>
background-color css
<style>
a { background-color: #2A4F2E; }
a { background-color: rgb(42,79,46); }
div.DivClassName
{
background-color: #2A4F2E;
}
.BgClassName
{
background-color: #2A4F2E;
}
</style>
border-color css
<style>
span { border-color: #2A4F2E; }
span { border-color: rgb(42,79,46); }
td.TdClassName
{
border-color: #2A4F2E;
}
.TagClassName
{
border-color: #2A4F2E;
}
</style>