Shades of Parsley #306432
Tints of Parsley #306432
RGB
CMYK
RGB Variations
Color information
#306432 (or 0x306432) is known color: Parsley. HEX triplet: 30, 64 and 32. RGB value is (48,100,50). Sum of RGB (Red+Green+Blue) = 48+100+50=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #306432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306432 is #CF9BCD. Grayscale: #4E4E4E. Windows color (decimal): -13605838 or 3302448. OLE color: 3302448.
HSL color Cylindrical-coordinate representation of color #306432: hue angle of 122.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306432 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 100 | 50 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.61 |
| HSL | 122.31º | 0.35% | 0.29% | - |
| HSV(B) | 122.31º | 0.52% | 0.39% | - |
| XYZ | 6.35 | 9.97 | 4.61 | - |
| YUV | 78.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 50 | 0.52 | 0 | 0.50 | 0.61 | 122.31 | 0.35 | 0.29 |
| Hex | 30 | 64 | 32 | 34 | 0 | 32 | 3D | 7A | 23 | 1D |
| Octal | 60 | 144 | 62 | 64 | 0 | 62 | 75 | 172 | 43 | 35 |
| Binary | 110000 | 1100100 | 110010 | 110100 | 0 | 110010 | 111101 | 1111010 | 100011 | 11101 |
Color Harmonies of #306432
Complementary color
Monochromatic Colors of #306432
Black with #306432
Text Example
Text Example
White with #306432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306432; }
p { color: rgb(48,100,50); }
H1.HeaderClassName
{
color: #306432;
}
.AnyTagClassName
{
color: #306432;
}
</style>
background-color css
<style>
a { background-color: #306432; }
a { background-color: rgb(48,100,50); }
div.DivClassName
{
background-color: #306432;
}
.BgClassName
{
background-color: #306432;
}
</style>
border-color css
<style>
span { border-color: #306432; }
span { border-color: rgb(48,100,50); }
td.TdClassName
{
border-color: #306432;
}
.TagClassName
{
border-color: #306432;
}
</style>