Shades of Eden #30665D
Tints of Eden #30665D
RGB
CMYK
RGB Variations
Color information
#30665D (or 0x30665D) is known color: Eden. HEX triplet: 30, 66 and 5D. RGB value is (48,102,93). Sum of RGB (Red+Green+Blue) = 48+102+93=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #30665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665D is #CF99A2. Grayscale: #545454. Windows color (decimal): -13605283 or 6121008. OLE color: 6121008.
HSL color Cylindrical-coordinate representation of color #30665D: hue angle of 170º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30665D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 102 | 93 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.6 |
| HSL | 170º | 0.36% | 0.29% | - |
| HSV(B) | 170º | 0.53% | 0.4% | - |
| XYZ | 7.95 | 10.92 | 12.05 | - |
| YUV | 84.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 93 | 0.53 | 0 | 0.09 | 0.6 | 170 | 0.36 | 0.29 |
| Hex | 30 | 66 | 5D | 35 | 0 | 9 | 3C | AA | 24 | 1D |
| Octal | 60 | 146 | 135 | 65 | 0 | 11 | 74 | 252 | 44 | 35 |
| Binary | 110000 | 1100110 | 1011101 | 110101 | 0 | 1001 | 111100 | 10101010 | 100100 | 11101 |
Color Harmonies of #30665D
Complementary color
Monochromatic Colors of #30665D
Black with #30665D
Text Example
Text Example
White with #30665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30665D; }
p { color: rgb(48,102,93); }
H1.HeaderClassName
{
color: #30665D;
}
.AnyTagClassName
{
color: #30665D;
}
</style>
background-color css
<style>
a { background-color: #30665D; }
a { background-color: rgb(48,102,93); }
div.DivClassName
{
background-color: #30665D;
}
.BgClassName
{
background-color: #30665D;
}
</style>
border-color css
<style>
span { border-color: #30665D; }
span { border-color: rgb(48,102,93); }
td.TdClassName
{
border-color: #30665D;
}
.TagClassName
{
border-color: #30665D;
}
</style>