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