Shades of Eden #30665A
Tints of Eden #30665A
RGB
CMYK
RGB Variations
Color information
#30665A (or 0x30665A) is known color: Eden. HEX triplet: 30, 66 and 5A. RGB value is (48,102,90). Sum of RGB (Red+Green+Blue) = 48+102+90=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #30665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665A is #CF99A5. Grayscale: #545454. Windows color (decimal): -13605286 or 5924400. OLE color: 5924400.
HSL color Cylindrical-coordinate representation of color #30665A: hue angle of 166.67º 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 #30665A is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 102 | 90 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.6 |
| HSL | 166.67º | 0.36% | 0.29% | - |
| HSV(B) | 166.67º | 0.53% | 0.4% | - |
| XYZ | 7.82 | 10.87 | 11.36 | - |
| YUV | 84.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 90 | 0.53 | 0 | 0.12 | 0.6 | 166.67 | 0.36 | 0.29 |
| Hex | 30 | 66 | 5A | 35 | 0 | C | 3C | A7 | 24 | 1D |
| Octal | 60 | 146 | 132 | 65 | 0 | 14 | 74 | 247 | 44 | 35 |
| Binary | 110000 | 1100110 | 1011010 | 110101 | 0 | 1100 | 111100 | 10100111 | 100100 | 11101 |
Color Harmonies of #30665A
Complementary color
Monochromatic Colors of #30665A
Black with #30665A
Text Example
Text Example
White with #30665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30665A; }
p { color: rgb(48,102,90); }
H1.HeaderClassName
{
color: #30665A;
}
.AnyTagClassName
{
color: #30665A;
}
</style>
background-color css
<style>
a { background-color: #30665A; }
a { background-color: rgb(48,102,90); }
div.DivClassName
{
background-color: #30665A;
}
.BgClassName
{
background-color: #30665A;
}
</style>
border-color css
<style>
span { border-color: #30665A; }
span { border-color: rgb(48,102,90); }
td.TdClassName
{
border-color: #30665A;
}
.TagClassName
{
border-color: #30665A;
}
</style>