Shades of Parsley #304C31
Tints of Parsley #304C31
RGB
CMYK
RGB Variations
Color information
#304C31 (or 0x304C31) is known color: Parsley. HEX triplet: 30, 4C and 31. RGB value is (48,76,49). Sum of RGB (Red+Green+Blue) = 48+76+49=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #304C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C31 is #CFB3CE. Grayscale: #404040. Windows color (decimal): -13611983 or 3230768. OLE color: 3230768.
HSL color Cylindrical-coordinate representation of color #304C31: hue angle of 122.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C31 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 49 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.70 |
| HSL | 122.14º | 0.23% | 0.24% | - |
| HSV(B) | 122.14º | 0.37% | 0.3% | - |
| XYZ | 4.36 | 6.02 | 3.84 | - |
| YUV | 64.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 49 | 0.37 | 0 | 0.36 | 0.70 | 122.14 | 0.23 | 0.24 |
| Hex | 30 | 4C | 31 | 25 | 0 | 24 | 46 | 7A | 17 | 18 |
| Octal | 60 | 114 | 61 | 45 | 0 | 44 | 106 | 172 | 27 | 30 |
| Binary | 110000 | 1001100 | 110001 | 100101 | 0 | 100100 | 1000110 | 1111010 | 10111 | 11000 |
Color Harmonies of #304C31
Complementary color
Monochromatic Colors of #304C31
Black with #304C31
Text Example
Text Example
White with #304C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C31; }
p { color: rgb(48,76,49); }
H1.HeaderClassName
{
color: #304C31;
}
.AnyTagClassName
{
color: #304C31;
}
</style>
background-color css
<style>
a { background-color: #304C31; }
a { background-color: rgb(48,76,49); }
div.DivClassName
{
background-color: #304C31;
}
.BgClassName
{
background-color: #304C31;
}
</style>
border-color css
<style>
span { border-color: #304C31; }
span { border-color: rgb(48,76,49); }
td.TdClassName
{
border-color: #304C31;
}
.TagClassName
{
border-color: #304C31;
}
</style>