Shades of Parsley #305D30
Tints of Parsley #305D30
RGB
CMYK
RGB Variations
Color information
#305D30 (or 0x305D30) is known color: Parsley. HEX triplet: 30, 5D and 30. RGB value is (48,93,48). Sum of RGB (Red+Green+Blue) = 48+93+48=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #305D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D30 is #CFA2CF. Grayscale: #4A4A4A. Windows color (decimal): -13607632 or 3169584. OLE color: 3169584.
HSL color Cylindrical-coordinate representation of color #305D30: hue angle of 120º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D30 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 48 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.64 |
| HSL | 120º | 0.32% | 0.28% | - |
| HSV(B) | 120º | 0.48% | 0.36% | - |
| XYZ | 5.67 | 8.67 | 4.17 | - |
| YUV | 74.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 48 | 0.48 | 0 | 0.48 | 0.64 | 120 | 0.32 | 0.28 |
| Hex | 30 | 5D | 30 | 30 | 0 | 30 | 40 | 78 | 20 | 1C |
| Octal | 60 | 135 | 60 | 60 | 0 | 60 | 100 | 170 | 40 | 34 |
| Binary | 110000 | 1011101 | 110000 | 110000 | 0 | 110000 | 1000000 | 1111000 | 100000 | 11100 |
Color Harmonies of #305D30
Complementary color
Monochromatic Colors of #305D30
Black with #305D30
Text Example
Text Example
White with #305D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D30; }
p { color: rgb(48,93,48); }
H1.HeaderClassName
{
color: #305D30;
}
.AnyTagClassName
{
color: #305D30;
}
</style>
background-color css
<style>
a { background-color: #305D30; }
a { background-color: rgb(48,93,48); }
div.DivClassName
{
background-color: #305D30;
}
.BgClassName
{
background-color: #305D30;
}
</style>
border-color css
<style>
span { border-color: #305D30; }
span { border-color: rgb(48,93,48); }
td.TdClassName
{
border-color: #305D30;
}
.TagClassName
{
border-color: #305D30;
}
</style>