Shades of Parsley #30632F
Tints of Parsley #30632F
RGB
CMYK
RGB Variations
Color information
#30632F (or 0x30632F) is known color: Parsley. HEX triplet: 30, 63 and 2F. RGB value is (48,99,47). Sum of RGB (Red+Green+Blue) = 48+99+47=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #30632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30632F is #CF9CD0. Grayscale: #4D4D4D. Windows color (decimal): -13606097 or 3105584. OLE color: 3105584.
HSL color Cylindrical-coordinate representation of color #30632F: hue angle of 118.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30632F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 47 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.61 |
| HSL | 118.85º | 0.36% | 0.29% | - |
| HSV(B) | 118.85º | 0.53% | 0.39% | - |
| XYZ | 6.19 | 9.76 | 4.25 | - |
| YUV | 77.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 47 | 0.52 | 0 | 0.53 | 0.61 | 118.85 | 0.36 | 0.29 |
| Hex | 30 | 63 | 2F | 34 | 0 | 35 | 3D | 77 | 24 | 1D |
| Octal | 60 | 143 | 57 | 64 | 0 | 65 | 75 | 167 | 44 | 35 |
| Binary | 110000 | 1100011 | 101111 | 110100 | 0 | 110101 | 111101 | 1110111 | 100100 | 11101 |
Color Harmonies of #30632F
Complementary color
Monochromatic Colors of #30632F
Black with #30632F
Text Example
Text Example
White with #30632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30632F; }
p { color: rgb(48,99,47); }
H1.HeaderClassName
{
color: #30632F;
}
.AnyTagClassName
{
color: #30632F;
}
</style>
background-color css
<style>
a { background-color: #30632F; }
a { background-color: rgb(48,99,47); }
div.DivClassName
{
background-color: #30632F;
}
.BgClassName
{
background-color: #30632F;
}
</style>
border-color css
<style>
span { border-color: #30632F; }
span { border-color: rgb(48,99,47); }
td.TdClassName
{
border-color: #30632F;
}
.TagClassName
{
border-color: #30632F;
}
</style>