Shades of Parsley #306030
Tints of Parsley #306030
RGB
CMYK
RGB Variations
Color information
#306030 (or 0x306030) is known color: Parsley. HEX triplet: 30, 60 and 30. RGB value is (48,96,48). Sum of RGB (Red+Green+Blue) = 48+96+48=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #306030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306030 is #CF9FCF. Grayscale: #4C4C4C. Windows color (decimal): -13606864 or 3170352. OLE color: 3170352.
HSL color Cylindrical-coordinate representation of color #306030: hue angle of 120º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306030 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 96 | 48 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.62 |
| HSL | 120º | 0.33% | 0.28% | - |
| HSV(B) | 120º | 0.5% | 0.38% | - |
| XYZ | 5.94 | 9.21 | 4.26 | - |
| YUV | 76.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 48 | 0.50 | 0 | 0.50 | 0.62 | 120 | 0.33 | 0.28 |
| Hex | 30 | 60 | 30 | 32 | 0 | 32 | 3E | 78 | 21 | 1C |
| Octal | 60 | 140 | 60 | 62 | 0 | 62 | 76 | 170 | 41 | 34 |
| Binary | 110000 | 1100000 | 110000 | 110010 | 0 | 110010 | 111110 | 1111000 | 100001 | 11100 |
Color Harmonies of #306030
Complementary color
Monochromatic Colors of #306030
Black with #306030
Text Example
Text Example
White with #306030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306030; }
p { color: rgb(48,96,48); }
H1.HeaderClassName
{
color: #306030;
}
.AnyTagClassName
{
color: #306030;
}
</style>
background-color css
<style>
a { background-color: #306030; }
a { background-color: rgb(48,96,48); }
div.DivClassName
{
background-color: #306030;
}
.BgClassName
{
background-color: #306030;
}
</style>
border-color css
<style>
span { border-color: #306030; }
span { border-color: rgb(48,96,48); }
td.TdClassName
{
border-color: #306030;
}
.TagClassName
{
border-color: #306030;
}
</style>