Shades of Parsley #2A602C
Tints of Parsley #2A602C
RGB
CMYK
RGB Variations
Color information
#2A602C (or 0x2A602C) is known color: Parsley. HEX triplet: 2A, 60 and 2C. RGB value is (42,96,44). Sum of RGB (Red+Green+Blue) = 42+96+44=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #2A602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A602C is #D59FD3. Grayscale: #4A4A4A. Windows color (decimal): -14000084 or 2908202. OLE color: 2908202.
HSL color Cylindrical-coordinate representation of color #2A602C: hue angle of 122.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A602C is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 44 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.62 |
| HSL | 122.22º | 0.39% | 0.27% | - |
| HSV(B) | 122.22º | 0.56% | 0.38% | - |
| XYZ | 5.59 | 9.04 | 3.83 | - |
| YUV | 73.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 44 | 0.56 | 0 | 0.54 | 0.62 | 122.22 | 0.39 | 0.27 |
| Hex | 2A | 60 | 2C | 38 | 0 | 36 | 3E | 7A | 27 | 1B |
| Octal | 52 | 140 | 54 | 70 | 0 | 66 | 76 | 172 | 47 | 33 |
| Binary | 101010 | 1100000 | 101100 | 111000 | 0 | 110110 | 111110 | 1111010 | 100111 | 11011 |
Color Harmonies of #2A602C
Complementary color
Monochromatic Colors of #2A602C
Black with #2A602C
Text Example
Text Example
White with #2A602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A602C; }
p { color: rgb(42,96,44); }
H1.HeaderClassName
{
color: #2A602C;
}
.AnyTagClassName
{
color: #2A602C;
}
</style>
background-color css
<style>
a { background-color: #2A602C; }
a { background-color: rgb(42,96,44); }
div.DivClassName
{
background-color: #2A602C;
}
.BgClassName
{
background-color: #2A602C;
}
</style>
border-color css
<style>
span { border-color: #2A602C; }
span { border-color: rgb(42,96,44); }
td.TdClassName
{
border-color: #2A602C;
}
.TagClassName
{
border-color: #2A602C;
}
</style>