Shades of Parsley #30542F
Tints of Parsley #30542F
RGB
CMYK
RGB Variations
Color information
#30542F (or 0x30542F) is known color: Parsley. HEX triplet: 30, 54 and 2F. RGB value is (48,84,47). Sum of RGB (Red+Green+Blue) = 48+84+47=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #30542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30542F is #CFABD0. Grayscale: #454545. Windows color (decimal): -13609937 or 3101744. OLE color: 3101744.
HSL color Cylindrical-coordinate representation of color #30542F: hue angle of 118.38º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30542F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 84 | 47 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.67 |
| HSL | 118.38º | 0.28% | 0.26% | - |
| HSV(B) | 118.38º | 0.44% | 0.33% | - |
| XYZ | 4.9 | 7.17 | 3.82 | - |
| YUV | 69.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 47 | 0.43 | 0 | 0.44 | 0.67 | 118.38 | 0.28 | 0.26 |
| Hex | 30 | 54 | 2F | 2B | 0 | 2C | 43 | 76 | 1C | 1A |
| Octal | 60 | 124 | 57 | 53 | 0 | 54 | 103 | 166 | 34 | 32 |
| Binary | 110000 | 1010100 | 101111 | 101011 | 0 | 101100 | 1000011 | 1110110 | 11100 | 11010 |
Color Harmonies of #30542F
Complementary color
Monochromatic Colors of #30542F
Black with #30542F
Text Example
Text Example
White with #30542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30542F; }
p { color: rgb(48,84,47); }
H1.HeaderClassName
{
color: #30542F;
}
.AnyTagClassName
{
color: #30542F;
}
</style>
background-color css
<style>
a { background-color: #30542F; }
a { background-color: rgb(48,84,47); }
div.DivClassName
{
background-color: #30542F;
}
.BgClassName
{
background-color: #30542F;
}
</style>
border-color css
<style>
span { border-color: #30542F; }
span { border-color: rgb(48,84,47); }
td.TdClassName
{
border-color: #30542F;
}
.TagClassName
{
border-color: #30542F;
}
</style>