Shades of Parsley #30512F
Tints of Parsley #30512F
RGB
CMYK
RGB Variations
Color information
#30512F (or 0x30512F) is known color: Parsley. HEX triplet: 30, 51 and 2F. RGB value is (48,81,47). Sum of RGB (Red+Green+Blue) = 48+81+47=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #30512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30512F is #CFAED0. Grayscale: #434343. Windows color (decimal): -13610705 or 3100976. OLE color: 3100976.
HSL color Cylindrical-coordinate representation of color #30512F: hue angle of 118.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30512F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 47 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.68 |
| HSL | 118.24º | 0.27% | 0.25% | - |
| HSV(B) | 118.24º | 0.42% | 0.32% | - |
| XYZ | 4.67 | 6.72 | 3.74 | - |
| YUV | 67.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 47 | 0.41 | 0 | 0.42 | 0.68 | 118.24 | 0.27 | 0.25 |
| Hex | 30 | 51 | 2F | 29 | 0 | 2A | 44 | 76 | 1B | 19 |
| Octal | 60 | 121 | 57 | 51 | 0 | 52 | 104 | 166 | 33 | 31 |
| Binary | 110000 | 1010001 | 101111 | 101001 | 0 | 101010 | 1000100 | 1110110 | 11011 | 11001 |
Color Harmonies of #30512F
Complementary color
Monochromatic Colors of #30512F
Black with #30512F
Text Example
Text Example
White with #30512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30512F; }
p { color: rgb(48,81,47); }
H1.HeaderClassName
{
color: #30512F;
}
.AnyTagClassName
{
color: #30512F;
}
</style>
background-color css
<style>
a { background-color: #30512F; }
a { background-color: rgb(48,81,47); }
div.DivClassName
{
background-color: #30512F;
}
.BgClassName
{
background-color: #30512F;
}
</style>
border-color css
<style>
span { border-color: #30512F; }
span { border-color: rgb(48,81,47); }
td.TdClassName
{
border-color: #30512F;
}
.TagClassName
{
border-color: #30512F;
}
</style>