Shades of Parsley #305F31
Tints of Parsley #305F31
RGB
CMYK
RGB Variations
Color information
#305F31 (or 0x305F31) is known color: Parsley. HEX triplet: 30, 5F and 31. RGB value is (48,95,49). Sum of RGB (Red+Green+Blue) = 48+95+49=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #305F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F31 is #CFA0CE. Grayscale: #4B4B4B. Windows color (decimal): -13607119 or 3235632. OLE color: 3235632.
HSL color Cylindrical-coordinate representation of color #305F31: hue angle of 121.28º 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 #305F31 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 49 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.63 |
| HSL | 121.28º | 0.33% | 0.28% | - |
| HSV(B) | 121.28º | 0.49% | 0.37% | - |
| XYZ | 5.87 | 9.03 | 4.34 | - |
| YUV | 75.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 49 | 0.49 | 0 | 0.48 | 0.63 | 121.28 | 0.33 | 0.28 |
| Hex | 30 | 5F | 31 | 31 | 0 | 30 | 3F | 79 | 21 | 1C |
| Octal | 60 | 137 | 61 | 61 | 0 | 60 | 77 | 171 | 41 | 34 |
| Binary | 110000 | 1011111 | 110001 | 110001 | 0 | 110000 | 111111 | 1111001 | 100001 | 11100 |
Color Harmonies of #305F31
Complementary color
Monochromatic Colors of #305F31
Black with #305F31
Text Example
Text Example
White with #305F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F31; }
p { color: rgb(48,95,49); }
H1.HeaderClassName
{
color: #305F31;
}
.AnyTagClassName
{
color: #305F31;
}
</style>
background-color css
<style>
a { background-color: #305F31; }
a { background-color: rgb(48,95,49); }
div.DivClassName
{
background-color: #305F31;
}
.BgClassName
{
background-color: #305F31;
}
</style>
border-color css
<style>
span { border-color: #305F31; }
span { border-color: rgb(48,95,49); }
td.TdClassName
{
border-color: #305F31;
}
.TagClassName
{
border-color: #305F31;
}
</style>