Shades of Parsley #304C30
Tints of Parsley #304C30
RGB
CMYK
RGB Variations
Color information
#304C30 (or 0x304C30) is known color: Parsley. HEX triplet: 30, 4C and 30. RGB value is (48,76,48). Sum of RGB (Red+Green+Blue) = 48+76+48=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #304C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C30 is #CFB3CF. Grayscale: #404040. Windows color (decimal): -13611984 or 3165232. OLE color: 3165232.
HSL color Cylindrical-coordinate representation of color #304C30: hue angle of 120º 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 #304C30 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 48 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.70 |
| HSL | 120º | 0.23% | 0.24% | - |
| HSV(B) | 120º | 0.37% | 0.3% | - |
| XYZ | 4.34 | 6.01 | 3.73 | - |
| YUV | 64.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 48 | 0.37 | 0 | 0.37 | 0.70 | 120 | 0.23 | 0.24 |
| Hex | 30 | 4C | 30 | 25 | 0 | 25 | 46 | 78 | 17 | 18 |
| Octal | 60 | 114 | 60 | 45 | 0 | 45 | 106 | 170 | 27 | 30 |
| Binary | 110000 | 1001100 | 110000 | 100101 | 0 | 100101 | 1000110 | 1111000 | 10111 | 11000 |
Color Harmonies of #304C30
Complementary color
Monochromatic Colors of #304C30
Black with #304C30
Text Example
Text Example
White with #304C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C30; }
p { color: rgb(48,76,48); }
H1.HeaderClassName
{
color: #304C30;
}
.AnyTagClassName
{
color: #304C30;
}
</style>
background-color css
<style>
a { background-color: #304C30; }
a { background-color: rgb(48,76,48); }
div.DivClassName
{
background-color: #304C30;
}
.BgClassName
{
background-color: #304C30;
}
</style>
border-color css
<style>
span { border-color: #304C30; }
span { border-color: rgb(48,76,48); }
td.TdClassName
{
border-color: #304C30;
}
.TagClassName
{
border-color: #304C30;
}
</style>