Shades of Parsley #305135
Tints of Parsley #305135
RGB
CMYK
RGB Variations
Color information
#305135 (or 0x305135) is known color: Parsley. HEX triplet: 30, 51 and 35. RGB value is (48,81,53). Sum of RGB (Red+Green+Blue) = 48+81+53=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #305135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305135 is #CFAECA. Grayscale: #444444. Windows color (decimal): -13610699 or 3494192. OLE color: 3494192.
HSL color Cylindrical-coordinate representation of color #305135: hue angle of 129.09º 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 #305135 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 53 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.68 |
| HSL | 129.09º | 0.26% | 0.25% | - |
| HSV(B) | 129.09º | 0.41% | 0.32% | - |
| XYZ | 4.8 | 6.77 | 4.42 | - |
| YUV | 67.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 53 | 0.41 | 0 | 0.35 | 0.68 | 129.09 | 0.26 | 0.25 |
| Hex | 30 | 51 | 35 | 29 | 0 | 23 | 44 | 81 | 1A | 19 |
| Octal | 60 | 121 | 65 | 51 | 0 | 43 | 104 | 201 | 32 | 31 |
| Binary | 110000 | 1010001 | 110101 | 101001 | 0 | 100011 | 1000100 | 10000001 | 11010 | 11001 |
Color Harmonies of #305135
Complementary color
Monochromatic Colors of #305135
Black with #305135
Text Example
Text Example
White with #305135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305135; }
p { color: rgb(48,81,53); }
H1.HeaderClassName
{
color: #305135;
}
.AnyTagClassName
{
color: #305135;
}
</style>
background-color css
<style>
a { background-color: #305135; }
a { background-color: rgb(48,81,53); }
div.DivClassName
{
background-color: #305135;
}
.BgClassName
{
background-color: #305135;
}
</style>
border-color css
<style>
span { border-color: #305135; }
span { border-color: rgb(48,81,53); }
td.TdClassName
{
border-color: #305135;
}
.TagClassName
{
border-color: #305135;
}
</style>