Shades of Parsley #2A4D2C
Tints of Parsley #2A4D2C
RGB
CMYK
RGB Variations
Color information
#2A4D2C (or 0x2A4D2C) is known color: Parsley. HEX triplet: 2A, 4D and 2C. RGB value is (42,77,44). Sum of RGB (Red+Green+Blue) = 42+77+44=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D2C is #D5B2D3. Grayscale: #3E3E3E. Windows color (decimal): -14004948 or 2903338. OLE color: 2903338.
HSL color Cylindrical-coordinate representation of color #2A4D2C: hue angle of 123.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D2C is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 44 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.70 |
| HSL | 123.43º | 0.29% | 0.23% | - |
| HSV(B) | 123.43º | 0.45% | 0.3% | - |
| XYZ | 4.06 | 5.98 | 3.32 | - |
| YUV | 62.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 44 | 0.45 | 0 | 0.43 | 0.70 | 123.43 | 0.29 | 0.23 |
| Hex | 2A | 4D | 2C | 2D | 0 | 2B | 46 | 7B | 1D | 17 |
| Octal | 52 | 115 | 54 | 55 | 0 | 53 | 106 | 173 | 35 | 27 |
| Binary | 101010 | 1001101 | 101100 | 101101 | 0 | 101011 | 1000110 | 1111011 | 11101 | 10111 |
Color Harmonies of #2A4D2C
Complementary color
Monochromatic Colors of #2A4D2C
Black with #2A4D2C
Text Example
Text Example
White with #2A4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D2C; }
p { color: rgb(42,77,44); }
H1.HeaderClassName
{
color: #2A4D2C;
}
.AnyTagClassName
{
color: #2A4D2C;
}
</style>
background-color css
<style>
a { background-color: #2A4D2C; }
a { background-color: rgb(42,77,44); }
div.DivClassName
{
background-color: #2A4D2C;
}
.BgClassName
{
background-color: #2A4D2C;
}
</style>
border-color css
<style>
span { border-color: #2A4D2C; }
span { border-color: rgb(42,77,44); }
td.TdClassName
{
border-color: #2A4D2C;
}
.TagClassName
{
border-color: #2A4D2C;
}
</style>