Shades of Parsley #305A38
Tints of Parsley #305A38
RGB
CMYK
RGB Variations
Color information
#305A38 (or 0x305A38) is known color: Parsley. HEX triplet: 30, 5A and 38. RGB value is (48,90,56). Sum of RGB (Red+Green+Blue) = 48+90+56=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #305A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A38 is #CFA5C7. Grayscale: #494949. Windows color (decimal): -13608392 or 3693104. OLE color: 3693104.
HSL color Cylindrical-coordinate representation of color #305A38: hue angle of 131.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A38 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 56 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.65 |
| HSL | 131.43º | 0.3% | 0.27% | - |
| HSV(B) | 131.43º | 0.47% | 0.35% | - |
| XYZ | 5.59 | 8.23 | 5.03 | - |
| YUV | 73.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 56 | 0.47 | 0 | 0.38 | 0.65 | 131.43 | 0.3 | 0.27 |
| Hex | 30 | 5A | 38 | 2F | 0 | 26 | 41 | 83 | 1E | 1B |
| Octal | 60 | 132 | 70 | 57 | 0 | 46 | 101 | 203 | 36 | 33 |
| Binary | 110000 | 1011010 | 111000 | 101111 | 0 | 100110 | 1000001 | 10000011 | 11110 | 11011 |
Color Harmonies of #305A38
Complementary color
Monochromatic Colors of #305A38
Black with #305A38
Text Example
Text Example
White with #305A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A38; }
p { color: rgb(48,90,56); }
H1.HeaderClassName
{
color: #305A38;
}
.AnyTagClassName
{
color: #305A38;
}
</style>
background-color css
<style>
a { background-color: #305A38; }
a { background-color: rgb(48,90,56); }
div.DivClassName
{
background-color: #305A38;
}
.BgClassName
{
background-color: #305A38;
}
</style>
border-color css
<style>
span { border-color: #305A38; }
span { border-color: rgb(48,90,56); }
td.TdClassName
{
border-color: #305A38;
}
.TagClassName
{
border-color: #305A38;
}
</style>