Shades of Eden #30615A
Tints of Eden #30615A
RGB
CMYK
RGB Variations
Color information
#30615A (or 0x30615A) is known color: Eden. HEX triplet: 30, 61 and 5A. RGB value is (48,97,90). Sum of RGB (Red+Green+Blue) = 48+97+90=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #30615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30615A is #CF9EA5. Grayscale: #515151. Windows color (decimal): -13606566 or 5923120. OLE color: 5923120.
HSL color Cylindrical-coordinate representation of color #30615A: hue angle of 171.43º 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 #30615A is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 90 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.62 |
| HSL | 171.43º | 0.34% | 0.28% | - |
| HSV(B) | 171.43º | 0.51% | 0.38% | - |
| XYZ | 7.34 | 9.92 | 11.2 | - |
| YUV | 81.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 90 | 0.51 | 0 | 0.07 | 0.62 | 171.43 | 0.34 | 0.28 |
| Hex | 30 | 61 | 5A | 33 | 0 | 7 | 3E | AB | 22 | 1C |
| Octal | 60 | 141 | 132 | 63 | 0 | 7 | 76 | 253 | 42 | 34 |
| Binary | 110000 | 1100001 | 1011010 | 110011 | 0 | 111 | 111110 | 10101011 | 100010 | 11100 |
Color Harmonies of #30615A
Complementary color
Monochromatic Colors of #30615A
Black with #30615A
Text Example
Text Example
White with #30615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30615A; }
p { color: rgb(48,97,90); }
H1.HeaderClassName
{
color: #30615A;
}
.AnyTagClassName
{
color: #30615A;
}
</style>
background-color css
<style>
a { background-color: #30615A; }
a { background-color: rgb(48,97,90); }
div.DivClassName
{
background-color: #30615A;
}
.BgClassName
{
background-color: #30615A;
}
</style>
border-color css
<style>
span { border-color: #30615A; }
span { border-color: rgb(48,97,90); }
td.TdClassName
{
border-color: #30615A;
}
.TagClassName
{
border-color: #30615A;
}
</style>