Shades of Parsley #30582F
Tints of Parsley #30582F
RGB
CMYK
RGB Variations
Color information
#30582F (or 0x30582F) is known color: Parsley. HEX triplet: 30, 58 and 2F. RGB value is (48,88,47). Sum of RGB (Red+Green+Blue) = 48+88+47=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #30582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30582F is #CFA7D0. Grayscale: #474747. Windows color (decimal): -13608913 or 3102768. OLE color: 3102768.
HSL color Cylindrical-coordinate representation of color #30582F: hue angle of 118.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30582F is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 47 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.65 |
| HSL | 118.54º | 0.3% | 0.26% | - |
| HSV(B) | 118.54º | 0.47% | 0.35% | - |
| XYZ | 5.22 | 7.81 | 3.92 | - |
| YUV | 71.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 47 | 0.45 | 0 | 0.47 | 0.65 | 118.54 | 0.3 | 0.26 |
| Hex | 30 | 58 | 2F | 2D | 0 | 2F | 41 | 77 | 1E | 1A |
| Octal | 60 | 130 | 57 | 55 | 0 | 57 | 101 | 167 | 36 | 32 |
| Binary | 110000 | 1011000 | 101111 | 101101 | 0 | 101111 | 1000001 | 1110111 | 11110 | 11010 |
Color Harmonies of #30582F
Complementary color
Monochromatic Colors of #30582F
Black with #30582F
Text Example
Text Example
White with #30582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30582F; }
p { color: rgb(48,88,47); }
H1.HeaderClassName
{
color: #30582F;
}
.AnyTagClassName
{
color: #30582F;
}
</style>
background-color css
<style>
a { background-color: #30582F; }
a { background-color: rgb(48,88,47); }
div.DivClassName
{
background-color: #30582F;
}
.BgClassName
{
background-color: #30582F;
}
</style>
border-color css
<style>
span { border-color: #30582F; }
span { border-color: rgb(48,88,47); }
td.TdClassName
{
border-color: #30582F;
}
.TagClassName
{
border-color: #30582F;
}
</style>