Shades of Parsley #305D32
Tints of Parsley #305D32
RGB
CMYK
RGB Variations
Color information
#305D32 (or 0x305D32) is known color: Parsley. HEX triplet: 30, 5D and 32. RGB value is (48,93,50). Sum of RGB (Red+Green+Blue) = 48+93+50=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #305D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D32 is #CFA2CD. Grayscale: #4A4A4A. Windows color (decimal): -13607630 or 3300656. OLE color: 3300656.
HSL color Cylindrical-coordinate representation of color #305D32: hue angle of 122.67º 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 #305D32 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 50 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.64 |
| HSL | 122.67º | 0.32% | 0.28% | - |
| HSV(B) | 122.67º | 0.48% | 0.36% | - |
| XYZ | 5.71 | 8.69 | 4.39 | - |
| YUV | 74.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 50 | 0.48 | 0 | 0.46 | 0.64 | 122.67 | 0.32 | 0.28 |
| Hex | 30 | 5D | 32 | 30 | 0 | 2E | 40 | 7B | 20 | 1C |
| Octal | 60 | 135 | 62 | 60 | 0 | 56 | 100 | 173 | 40 | 34 |
| Binary | 110000 | 1011101 | 110010 | 110000 | 0 | 101110 | 1000000 | 1111011 | 100000 | 11100 |
Color Harmonies of #305D32
Complementary color
Monochromatic Colors of #305D32
Black with #305D32
Text Example
Text Example
White with #305D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D32; }
p { color: rgb(48,93,50); }
H1.HeaderClassName
{
color: #305D32;
}
.AnyTagClassName
{
color: #305D32;
}
</style>
background-color css
<style>
a { background-color: #305D32; }
a { background-color: rgb(48,93,50); }
div.DivClassName
{
background-color: #305D32;
}
.BgClassName
{
background-color: #305D32;
}
</style>
border-color css
<style>
span { border-color: #305D32; }
span { border-color: rgb(48,93,50); }
td.TdClassName
{
border-color: #305D32;
}
.TagClassName
{
border-color: #305D32;
}
</style>