Shades of Parsley #2C5A2A
Tints of Parsley #2C5A2A
RGB
CMYK
RGB Variations
Color information
#2C5A2A (or 0x2C5A2A) is known color: Parsley. HEX triplet: 2C, 5A and 2A. RGB value is (44,90,42). Sum of RGB (Red+Green+Blue) = 44+90+42=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A2A is #D3A5D5. Grayscale: #464646. Windows color (decimal): -13870550 or 2775596. OLE color: 2775596.
HSL color Cylindrical-coordinate representation of color #2C5A2A: hue angle of 117.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5A2A is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 90 | 42 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.65 |
| HSL | 117.5º | 0.36% | 0.26% | - |
| HSV(B) | 117.5º | 0.53% | 0.35% | - |
| XYZ | 5.11 | 8.01 | 3.47 | - |
| YUV | 70.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 42 | 0.51 | 0 | 0.53 | 0.65 | 117.5 | 0.36 | 0.26 |
| Hex | 2C | 5A | 2A | 33 | 0 | 35 | 41 | 76 | 24 | 1A |
| Octal | 54 | 132 | 52 | 63 | 0 | 65 | 101 | 166 | 44 | 32 |
| Binary | 101100 | 1011010 | 101010 | 110011 | 0 | 110101 | 1000001 | 1110110 | 100100 | 11010 |
Color Harmonies of #2C5A2A
Complementary color
Monochromatic Colors of #2C5A2A
Black with #2C5A2A
Text Example
Text Example
White with #2C5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A2A; }
p { color: rgb(44,90,42); }
H1.HeaderClassName
{
color: #2C5A2A;
}
.AnyTagClassName
{
color: #2C5A2A;
}
</style>
background-color css
<style>
a { background-color: #2C5A2A; }
a { background-color: rgb(44,90,42); }
div.DivClassName
{
background-color: #2C5A2A;
}
.BgClassName
{
background-color: #2C5A2A;
}
</style>
border-color css
<style>
span { border-color: #2C5A2A; }
span { border-color: rgb(44,90,42); }
td.TdClassName
{
border-color: #2C5A2A;
}
.TagClassName
{
border-color: #2C5A2A;
}
</style>