Shades of Parsley #305E36
Tints of Parsley #305E36
RGB
CMYK
RGB Variations
Color information
#305E36 (or 0x305E36) is known color: Parsley. HEX triplet: 30, 5E and 36. RGB value is (48,94,54). Sum of RGB (Red+Green+Blue) = 48+94+54=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #305E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E36 is #CFA1C9. Grayscale: #4B4B4B. Windows color (decimal): -13607370 or 3563056. OLE color: 3563056.
HSL color Cylindrical-coordinate representation of color #305E36: hue angle of 127.83º degrees, saturation: 0.32, 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 #305E36 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 94 | 54 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.63 |
| HSL | 127.83º | 0.32% | 0.28% | - |
| HSV(B) | 127.83º | 0.49% | 0.37% | - |
| XYZ | 5.89 | 8.9 | 4.9 | - |
| YUV | 75.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 54 | 0.49 | 0 | 0.43 | 0.63 | 127.83 | 0.32 | 0.28 |
| Hex | 30 | 5E | 36 | 31 | 0 | 2B | 3F | 80 | 20 | 1C |
| Octal | 60 | 136 | 66 | 61 | 0 | 53 | 77 | 200 | 40 | 34 |
| Binary | 110000 | 1011110 | 110110 | 110001 | 0 | 101011 | 111111 | 10000000 | 100000 | 11100 |
Color Harmonies of #305E36
Complementary color
Monochromatic Colors of #305E36
Black with #305E36
Text Example
Text Example
White with #305E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E36; }
p { color: rgb(48,94,54); }
H1.HeaderClassName
{
color: #305E36;
}
.AnyTagClassName
{
color: #305E36;
}
</style>
background-color css
<style>
a { background-color: #305E36; }
a { background-color: rgb(48,94,54); }
div.DivClassName
{
background-color: #305E36;
}
.BgClassName
{
background-color: #305E36;
}
</style>
border-color css
<style>
span { border-color: #305E36; }
span { border-color: rgb(48,94,54); }
td.TdClassName
{
border-color: #305E36;
}
.TagClassName
{
border-color: #305E36;
}
</style>