Shades of Parsley #30592F
Tints of Parsley #30592F
RGB
CMYK
RGB Variations
Color information
#30592F (or 0x30592F) is known color: Parsley. HEX triplet: 30, 59 and 2F. RGB value is (48,89,47). Sum of RGB (Red+Green+Blue) = 48+89+47=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #30592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592F is #CFA6D0. Grayscale: #484848. Windows color (decimal): -13608657 or 3103024. OLE color: 3103024.
HSL color Cylindrical-coordinate representation of color #30592F: hue angle of 118.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30592F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 47 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.65 |
| HSL | 118.57º | 0.31% | 0.27% | - |
| HSV(B) | 118.57º | 0.47% | 0.35% | - |
| XYZ | 5.3 | 7.98 | 3.95 | - |
| YUV | 71.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 47 | 0.46 | 0 | 0.47 | 0.65 | 118.57 | 0.31 | 0.27 |
| Hex | 30 | 59 | 2F | 2E | 0 | 2F | 41 | 77 | 1F | 1B |
| Octal | 60 | 131 | 57 | 56 | 0 | 57 | 101 | 167 | 37 | 33 |
| Binary | 110000 | 1011001 | 101111 | 101110 | 0 | 101111 | 1000001 | 1110111 | 11111 | 11011 |
Color Harmonies of #30592F
Complementary color
Monochromatic Colors of #30592F
Black with #30592F
Text Example
Text Example
White with #30592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30592F; }
p { color: rgb(48,89,47); }
H1.HeaderClassName
{
color: #30592F;
}
.AnyTagClassName
{
color: #30592F;
}
</style>
background-color css
<style>
a { background-color: #30592F; }
a { background-color: rgb(48,89,47); }
div.DivClassName
{
background-color: #30592F;
}
.BgClassName
{
background-color: #30592F;
}
</style>
border-color css
<style>
span { border-color: #30592F; }
span { border-color: rgb(48,89,47); }
td.TdClassName
{
border-color: #30592F;
}
.TagClassName
{
border-color: #30592F;
}
</style>