Shades of Parsley #2C5330
Tints of Parsley #2C5330
RGB
CMYK
RGB Variations
Color information
#2C5330 (or 0x2C5330) is known color: Parsley. HEX triplet: 2C, 53 and 30. RGB value is (44,83,48). Sum of RGB (Red+Green+Blue) = 44+83+48=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5330 is #D3ACCF. Grayscale: #434343. Windows color (decimal): -13872336 or 3167020. OLE color: 3167020.
HSL color Cylindrical-coordinate representation of color #2C5330: hue angle of 126.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C5330 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 48 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.67 |
| HSL | 126.15º | 0.31% | 0.25% | - |
| HSV(B) | 126.15º | 0.47% | 0.33% | - |
| XYZ | 4.67 | 6.94 | 3.89 | - |
| YUV | 67.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 48 | 0.47 | 0 | 0.42 | 0.67 | 126.15 | 0.31 | 0.25 |
| Hex | 2C | 53 | 30 | 2F | 0 | 2A | 43 | 7E | 1F | 19 |
| Octal | 54 | 123 | 60 | 57 | 0 | 52 | 103 | 176 | 37 | 31 |
| Binary | 101100 | 1010011 | 110000 | 101111 | 0 | 101010 | 1000011 | 1111110 | 11111 | 11001 |
Color Harmonies of #2C5330
Complementary color
Monochromatic Colors of #2C5330
Black with #2C5330
Text Example
Text Example
White with #2C5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5330; }
p { color: rgb(44,83,48); }
H1.HeaderClassName
{
color: #2C5330;
}
.AnyTagClassName
{
color: #2C5330;
}
</style>
background-color css
<style>
a { background-color: #2C5330; }
a { background-color: rgb(44,83,48); }
div.DivClassName
{
background-color: #2C5330;
}
.BgClassName
{
background-color: #2C5330;
}
</style>
border-color css
<style>
span { border-color: #2C5330; }
span { border-color: rgb(44,83,48); }
td.TdClassName
{
border-color: #2C5330;
}
.TagClassName
{
border-color: #2C5330;
}
</style>