Shades of Parsley #30612C
Tints of Parsley #30612C
RGB
CMYK
RGB Variations
Color information
#30612C (or 0x30612C) is known color: Parsley. HEX triplet: 30, 61 and 2C. RGB value is (48,97,44). Sum of RGB (Red+Green+Blue) = 48+97+44=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #30612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30612C is #CF9ED3. Grayscale: #4C4C4C. Windows color (decimal): -13606612 or 2908464. OLE color: 2908464.
HSL color Cylindrical-coordinate representation of color #30612C: hue angle of 115.47º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30612C is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 44 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.62 |
| HSL | 115.47º | 0.38% | 0.28% | - |
| HSV(B) | 115.47º | 0.55% | 0.38% | - |
| XYZ | 5.95 | 9.36 | 3.88 | - |
| YUV | 76.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 44 | 0.51 | 0 | 0.55 | 0.62 | 115.47 | 0.38 | 0.28 |
| Hex | 30 | 61 | 2C | 33 | 0 | 37 | 3E | 73 | 26 | 1C |
| Octal | 60 | 141 | 54 | 63 | 0 | 67 | 76 | 163 | 46 | 34 |
| Binary | 110000 | 1100001 | 101100 | 110011 | 0 | 110111 | 111110 | 1110011 | 100110 | 11100 |
Color Harmonies of #30612C
Complementary color
Monochromatic Colors of #30612C
Black with #30612C
Text Example
Text Example
White with #30612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30612C; }
p { color: rgb(48,97,44); }
H1.HeaderClassName
{
color: #30612C;
}
.AnyTagClassName
{
color: #30612C;
}
</style>
background-color css
<style>
a { background-color: #30612C; }
a { background-color: rgb(48,97,44); }
div.DivClassName
{
background-color: #30612C;
}
.BgClassName
{
background-color: #30612C;
}
</style>
border-color css
<style>
span { border-color: #30612C; }
span { border-color: rgb(48,97,44); }
td.TdClassName
{
border-color: #30612C;
}
.TagClassName
{
border-color: #30612C;
}
</style>