Shades of Parsley #305F30
Tints of Parsley #305F30
RGB
CMYK
RGB Variations
Color information
#305F30 (or 0x305F30) is known color: Parsley. HEX triplet: 30, 5F and 30. RGB value is (48,95,48). Sum of RGB (Red+Green+Blue) = 48+95+48=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #305F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F30 is #CFA0CF. Grayscale: #4B4B4B. Windows color (decimal): -13607120 or 3170096. OLE color: 3170096.
HSL color Cylindrical-coordinate representation of color #305F30: hue angle of 120º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305F30 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 48 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.63 |
| HSL | 120º | 0.33% | 0.28% | - |
| HSV(B) | 120º | 0.49% | 0.37% | - |
| XYZ | 5.84 | 9.03 | 4.23 | - |
| YUV | 75.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 48 | 0.49 | 0 | 0.49 | 0.63 | 120 | 0.33 | 0.28 |
| Hex | 30 | 5F | 30 | 31 | 0 | 31 | 3F | 78 | 21 | 1C |
| Octal | 60 | 137 | 60 | 61 | 0 | 61 | 77 | 170 | 41 | 34 |
| Binary | 110000 | 1011111 | 110000 | 110001 | 0 | 110001 | 111111 | 1111000 | 100001 | 11100 |
Color Harmonies of #305F30
Complementary color
Monochromatic Colors of #305F30
Black with #305F30
Text Example
Text Example
White with #305F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F30; }
p { color: rgb(48,95,48); }
H1.HeaderClassName
{
color: #305F30;
}
.AnyTagClassName
{
color: #305F30;
}
</style>
background-color css
<style>
a { background-color: #305F30; }
a { background-color: rgb(48,95,48); }
div.DivClassName
{
background-color: #305F30;
}
.BgClassName
{
background-color: #305F30;
}
</style>
border-color css
<style>
span { border-color: #305F30; }
span { border-color: rgb(48,95,48); }
td.TdClassName
{
border-color: #305F30;
}
.TagClassName
{
border-color: #305F30;
}
</style>