Shades of Eden #30615D
Tints of Eden #30615D
RGB
CMYK
RGB Variations
Color information
#30615D (or 0x30615D) is known color: Eden. HEX triplet: 30, 61 and 5D. RGB value is (48,97,93). Sum of RGB (Red+Green+Blue) = 48+97+93=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #30615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30615D is #CF9EA2. Grayscale: #515151. Windows color (decimal): -13606563 or 6119728. OLE color: 6119728.
HSL color Cylindrical-coordinate representation of color #30615D: hue angle of 175.1º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30615D is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 93 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.62 |
| HSL | 175.1º | 0.34% | 0.28% | - |
| HSV(B) | 175.1º | 0.51% | 0.38% | - |
| XYZ | 7.47 | 9.97 | 11.89 | - |
| YUV | 81.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 93 | 0.51 | 0 | 0.04 | 0.62 | 175.1 | 0.34 | 0.28 |
| Hex | 30 | 61 | 5D | 33 | 0 | 4 | 3E | AF | 22 | 1C |
| Octal | 60 | 141 | 135 | 63 | 0 | 4 | 76 | 257 | 42 | 34 |
| Binary | 110000 | 1100001 | 1011101 | 110011 | 0 | 100 | 111110 | 10101111 | 100010 | 11100 |
Color Harmonies of #30615D
Complementary color
Monochromatic Colors of #30615D
Black with #30615D
Text Example
Text Example
White with #30615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30615D; }
p { color: rgb(48,97,93); }
H1.HeaderClassName
{
color: #30615D;
}
.AnyTagClassName
{
color: #30615D;
}
</style>
background-color css
<style>
a { background-color: #30615D; }
a { background-color: rgb(48,97,93); }
div.DivClassName
{
background-color: #30615D;
}
.BgClassName
{
background-color: #30615D;
}
</style>
border-color css
<style>
span { border-color: #30615D; }
span { border-color: rgb(48,97,93); }
td.TdClassName
{
border-color: #30615D;
}
.TagClassName
{
border-color: #30615D;
}
</style>