Shades of Parsley #30592C
Tints of Parsley #30592C
RGB
CMYK
RGB Variations
Color information
#30592C (or 0x30592C) is known color: Parsley. HEX triplet: 30, 59 and 2C. RGB value is (48,89,44). Sum of RGB (Red+Green+Blue) = 48+89+44=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #30592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592C is #CFA6D3. Grayscale: #474747. Windows color (decimal): -13608660 or 2906416. OLE color: 2906416.
HSL color Cylindrical-coordinate representation of color #30592C: hue angle of 114.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30592C is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 44 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.65 |
| HSL | 114.67º | 0.34% | 0.26% | - |
| HSV(B) | 114.67º | 0.51% | 0.35% | - |
| XYZ | 5.25 | 7.95 | 3.64 | - |
| YUV | 71.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 44 | 0.46 | 0 | 0.51 | 0.65 | 114.67 | 0.34 | 0.26 |
| Hex | 30 | 59 | 2C | 2E | 0 | 33 | 41 | 73 | 22 | 1A |
| Octal | 60 | 131 | 54 | 56 | 0 | 63 | 101 | 163 | 42 | 32 |
| Binary | 110000 | 1011001 | 101100 | 101110 | 0 | 110011 | 1000001 | 1110011 | 100010 | 11010 |
Color Harmonies of #30592C
Complementary color
Monochromatic Colors of #30592C
Black with #30592C
Text Example
Text Example
White with #30592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30592C; }
p { color: rgb(48,89,44); }
H1.HeaderClassName
{
color: #30592C;
}
.AnyTagClassName
{
color: #30592C;
}
</style>
background-color css
<style>
a { background-color: #30592C; }
a { background-color: rgb(48,89,44); }
div.DivClassName
{
background-color: #30592C;
}
.BgClassName
{
background-color: #30592C;
}
</style>
border-color css
<style>
span { border-color: #30592C; }
span { border-color: rgb(48,89,44); }
td.TdClassName
{
border-color: #30592C;
}
.TagClassName
{
border-color: #30592C;
}
</style>