Shades of Plantation #305644
Tints of Plantation #305644
RGB
CMYK
RGB Variations
Color information
#305644 (or 0x305644) is known color: Plantation. HEX triplet: 30, 56 and 44. RGB value is (48,86,68). Sum of RGB (Red+Green+Blue) = 48+86+68=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #305644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305644 is #CFA9BB. Grayscale: #484848. Windows color (decimal): -13609404 or 4478512. OLE color: 4478512.
HSL color Cylindrical-coordinate representation of color #305644: hue angle of 151.58º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305644 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 68 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.66 |
| HSL | 151.58º | 0.28% | 0.26% | - |
| HSV(B) | 151.58º | 0.44% | 0.34% | - |
| XYZ | 5.59 | 7.7 | 6.66 | - |
| YUV | 72.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 68 | 0.44 | 0 | 0.21 | 0.66 | 151.58 | 0.28 | 0.26 |
| Hex | 30 | 56 | 44 | 2C | 0 | 15 | 42 | 98 | 1C | 1A |
| Octal | 60 | 126 | 104 | 54 | 0 | 25 | 102 | 230 | 34 | 32 |
| Binary | 110000 | 1010110 | 1000100 | 101100 | 0 | 10101 | 1000010 | 10011000 | 11100 | 11010 |
Color Harmonies of #305644
Complementary color
Monochromatic Colors of #305644
Black with #305644
Text Example
Text Example
White with #305644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305644; }
p { color: rgb(48,86,68); }
H1.HeaderClassName
{
color: #305644;
}
.AnyTagClassName
{
color: #305644;
}
</style>
background-color css
<style>
a { background-color: #305644; }
a { background-color: rgb(48,86,68); }
div.DivClassName
{
background-color: #305644;
}
.BgClassName
{
background-color: #305644;
}
</style>
border-color css
<style>
span { border-color: #305644; }
span { border-color: rgb(48,86,68); }
td.TdClassName
{
border-color: #305644;
}
.TagClassName
{
border-color: #305644;
}
</style>