Shades of Eden #305951
Tints of Eden #305951
RGB
CMYK
RGB Variations
Color information
#305951 (or 0x305951) is known color: Eden. HEX triplet: 30, 59 and 51. RGB value is (48,89,81). Sum of RGB (Red+Green+Blue) = 48+89+81=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #305951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305951 is #CFA6AE. Grayscale: #4B4B4B. Windows color (decimal): -13608623 or 5331248. OLE color: 5331248.
HSL color Cylindrical-coordinate representation of color #305951: hue angle of 168.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305951 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 81 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.65 |
| HSL | 168.29º | 0.3% | 0.27% | - |
| HSV(B) | 168.29º | 0.46% | 0.35% | - |
| XYZ | 6.28 | 8.37 | 9.07 | - |
| YUV | 75.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 81 | 0.46 | 0 | 0.09 | 0.65 | 168.29 | 0.3 | 0.27 |
| Hex | 30 | 59 | 51 | 2E | 0 | 9 | 41 | A8 | 1E | 1B |
| Octal | 60 | 131 | 121 | 56 | 0 | 11 | 101 | 250 | 36 | 33 |
| Binary | 110000 | 1011001 | 1010001 | 101110 | 0 | 1001 | 1000001 | 10101000 | 11110 | 11011 |
Color Harmonies of #305951
Complementary color
Monochromatic Colors of #305951
Black with #305951
Text Example
Text Example
White with #305951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305951; }
p { color: rgb(48,89,81); }
H1.HeaderClassName
{
color: #305951;
}
.AnyTagClassName
{
color: #305951;
}
</style>
background-color css
<style>
a { background-color: #305951; }
a { background-color: rgb(48,89,81); }
div.DivClassName
{
background-color: #305951;
}
.BgClassName
{
background-color: #305951;
}
</style>
border-color css
<style>
span { border-color: #305951; }
span { border-color: rgb(48,89,81); }
td.TdClassName
{
border-color: #305951;
}
.TagClassName
{
border-color: #305951;
}
</style>