Shades of Parsley #30562C
Tints of Parsley #30562C
RGB
CMYK
RGB Variations
Color information
#30562C (or 0x30562C) is known color: Parsley. HEX triplet: 30, 56 and 2C. RGB value is (48,86,44). Sum of RGB (Red+Green+Blue) = 48+86+44=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #30562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30562C is #CFA9D3. Grayscale: #454545. Windows color (decimal): -13609428 or 2905648. OLE color: 2905648.
HSL color Cylindrical-coordinate representation of color #30562C: hue angle of 114.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30562C is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 44 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.66 |
| HSL | 114.29º | 0.32% | 0.25% | - |
| HSV(B) | 114.29º | 0.49% | 0.34% | - |
| XYZ | 5 | 7.47 | 3.56 | - |
| YUV | 69.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 44 | 0.44 | 0 | 0.49 | 0.66 | 114.29 | 0.32 | 0.25 |
| Hex | 30 | 56 | 2C | 2C | 0 | 31 | 42 | 72 | 20 | 19 |
| Octal | 60 | 126 | 54 | 54 | 0 | 61 | 102 | 162 | 40 | 31 |
| Binary | 110000 | 1010110 | 101100 | 101100 | 0 | 110001 | 1000010 | 1110010 | 100000 | 11001 |
Color Harmonies of #30562C
Complementary color
Monochromatic Colors of #30562C
Black with #30562C
Text Example
Text Example
White with #30562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30562C; }
p { color: rgb(48,86,44); }
H1.HeaderClassName
{
color: #30562C;
}
.AnyTagClassName
{
color: #30562C;
}
</style>
background-color css
<style>
a { background-color: #30562C; }
a { background-color: rgb(48,86,44); }
div.DivClassName
{
background-color: #30562C;
}
.BgClassName
{
background-color: #30562C;
}
</style>
border-color css
<style>
span { border-color: #30562C; }
span { border-color: rgb(48,86,44); }
td.TdClassName
{
border-color: #30562C;
}
.TagClassName
{
border-color: #30562C;
}
</style>