Shades of Parsley #305B34
Tints of Parsley #305B34
RGB
CMYK
RGB Variations
Color information
#305B34 (or 0x305B34) is known color: Parsley. HEX triplet: 30, 5B and 34. RGB value is (48,91,52). Sum of RGB (Red+Green+Blue) = 48+91+52=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #305B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B34 is #CFA4CB. Grayscale: #494949. Windows color (decimal): -13608140 or 3431216. OLE color: 3431216.
HSL color Cylindrical-coordinate representation of color #305B34: hue angle of 125.58º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305B34 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 91 | 52 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.64 |
| HSL | 125.58º | 0.31% | 0.27% | - |
| HSV(B) | 125.58º | 0.47% | 0.36% | - |
| XYZ | 5.58 | 8.36 | 4.57 | - |
| YUV | 73.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 52 | 0.47 | 0 | 0.43 | 0.64 | 125.58 | 0.31 | 0.27 |
| Hex | 30 | 5B | 34 | 2F | 0 | 2B | 40 | 7E | 1F | 1B |
| Octal | 60 | 133 | 64 | 57 | 0 | 53 | 100 | 176 | 37 | 33 |
| Binary | 110000 | 1011011 | 110100 | 101111 | 0 | 101011 | 1000000 | 1111110 | 11111 | 11011 |
Color Harmonies of #305B34
Complementary color
Monochromatic Colors of #305B34
Black with #305B34
Text Example
Text Example
White with #305B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B34; }
p { color: rgb(48,91,52); }
H1.HeaderClassName
{
color: #305B34;
}
.AnyTagClassName
{
color: #305B34;
}
</style>
background-color css
<style>
a { background-color: #305B34; }
a { background-color: rgb(48,91,52); }
div.DivClassName
{
background-color: #305B34;
}
.BgClassName
{
background-color: #305B34;
}
</style>
border-color css
<style>
span { border-color: #305B34; }
span { border-color: rgb(48,91,52); }
td.TdClassName
{
border-color: #305B34;
}
.TagClassName
{
border-color: #305B34;
}
</style>