Shades of Parsley #305133
Tints of Parsley #305133
RGB
CMYK
RGB Variations
Color information
#305133 (or 0x305133) is known color: Parsley. HEX triplet: 30, 51 and 33. RGB value is (48,81,51). Sum of RGB (Red+Green+Blue) = 48+81+51=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #305133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305133 is #CFAECC. Grayscale: #434343. Windows color (decimal): -13610701 or 3363120. OLE color: 3363120.
HSL color Cylindrical-coordinate representation of color #305133: hue angle of 125.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305133 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 51 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.68 |
| HSL | 125.45º | 0.26% | 0.25% | - |
| HSV(B) | 125.45º | 0.41% | 0.32% | - |
| XYZ | 4.76 | 6.75 | 4.18 | - |
| YUV | 67.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 51 | 0.41 | 0 | 0.37 | 0.68 | 125.45 | 0.26 | 0.25 |
| Hex | 30 | 51 | 33 | 29 | 0 | 25 | 44 | 7D | 1A | 19 |
| Octal | 60 | 121 | 63 | 51 | 0 | 45 | 104 | 175 | 32 | 31 |
| Binary | 110000 | 1010001 | 110011 | 101001 | 0 | 100101 | 1000100 | 1111101 | 11010 | 11001 |
Color Harmonies of #305133
Complementary color
Monochromatic Colors of #305133
Black with #305133
Text Example
Text Example
White with #305133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305133; }
p { color: rgb(48,81,51); }
H1.HeaderClassName
{
color: #305133;
}
.AnyTagClassName
{
color: #305133;
}
</style>
background-color css
<style>
a { background-color: #305133; }
a { background-color: rgb(48,81,51); }
div.DivClassName
{
background-color: #305133;
}
.BgClassName
{
background-color: #305133;
}
</style>
border-color css
<style>
span { border-color: #305133; }
span { border-color: rgb(48,81,51); }
td.TdClassName
{
border-color: #305133;
}
.TagClassName
{
border-color: #305133;
}
</style>