Shades of Parsley #306533
Tints of Parsley #306533
RGB
CMYK
RGB Variations
Color information
#306533 (or 0x306533) is known color: Parsley. HEX triplet: 30, 65 and 33. RGB value is (48,101,51). Sum of RGB (Red+Green+Blue) = 48+101+51=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #306533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306533 is #CF9ACC. Grayscale: #4F4F4F. Windows color (decimal): -13605581 or 3368240. OLE color: 3368240.
HSL color Cylindrical-coordinate representation of color #306533: hue angle of 123.4º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306533 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 51 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.60 |
| HSL | 123.4º | 0.36% | 0.29% | - |
| HSV(B) | 123.4º | 0.52% | 0.4% | - |
| XYZ | 6.47 | 10.17 | 4.75 | - |
| YUV | 79.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 51 | 0.52 | 0 | 0.50 | 0.60 | 123.4 | 0.36 | 0.29 |
| Hex | 30 | 65 | 33 | 34 | 0 | 32 | 3C | 7B | 24 | 1D |
| Octal | 60 | 145 | 63 | 64 | 0 | 62 | 74 | 173 | 44 | 35 |
| Binary | 110000 | 1100101 | 110011 | 110100 | 0 | 110010 | 111100 | 1111011 | 100100 | 11101 |
Color Harmonies of #306533
Complementary color
Monochromatic Colors of #306533
Black with #306533
Text Example
Text Example
White with #306533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306533; }
p { color: rgb(48,101,51); }
H1.HeaderClassName
{
color: #306533;
}
.AnyTagClassName
{
color: #306533;
}
</style>
background-color css
<style>
a { background-color: #306533; }
a { background-color: rgb(48,101,51); }
div.DivClassName
{
background-color: #306533;
}
.BgClassName
{
background-color: #306533;
}
</style>
border-color css
<style>
span { border-color: #306533; }
span { border-color: rgb(48,101,51); }
td.TdClassName
{
border-color: #306533;
}
.TagClassName
{
border-color: #306533;
}
</style>