Shades of Parsley #2C5C2E
Tints of Parsley #2C5C2E
RGB
CMYK
RGB Variations
Color information
#2C5C2E (or 0x2C5C2E) is known color: Parsley. HEX triplet: 2C, 5C and 2E. RGB value is (44,92,46). Sum of RGB (Red+Green+Blue) = 44+92+46=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #2C5C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5C2E is #D3A3D1. Grayscale: #484848. Windows color (decimal): -13870034 or 3038252. OLE color: 3038252.
HSL color Cylindrical-coordinate representation of color #2C5C2E: hue angle of 122.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C5C2E is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 92 | 46 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.64 |
| HSL | 122.5º | 0.35% | 0.27% | - |
| HSV(B) | 122.5º | 0.52% | 0.36% | - |
| XYZ | 5.36 | 8.39 | 3.92 | - |
| YUV | 72.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 46 | 0.52 | 0 | 0.50 | 0.64 | 122.5 | 0.35 | 0.27 |
| Hex | 2C | 5C | 2E | 34 | 0 | 32 | 40 | 7B | 23 | 1B |
| Octal | 54 | 134 | 56 | 64 | 0 | 62 | 100 | 173 | 43 | 33 |
| Binary | 101100 | 1011100 | 101110 | 110100 | 0 | 110010 | 1000000 | 1111011 | 100011 | 11011 |
Color Harmonies of #2C5C2E
Complementary color
Monochromatic Colors of #2C5C2E
Black with #2C5C2E
Text Example
Text Example
White with #2C5C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C2E; }
p { color: rgb(44,92,46); }
H1.HeaderClassName
{
color: #2C5C2E;
}
.AnyTagClassName
{
color: #2C5C2E;
}
</style>
background-color css
<style>
a { background-color: #2C5C2E; }
a { background-color: rgb(44,92,46); }
div.DivClassName
{
background-color: #2C5C2E;
}
.BgClassName
{
background-color: #2C5C2E;
}
</style>
border-color css
<style>
span { border-color: #2C5C2E; }
span { border-color: rgb(44,92,46); }
td.TdClassName
{
border-color: #2C5C2E;
}
.TagClassName
{
border-color: #2C5C2E;
}
</style>