Shades of Eden #30685B
Tints of Eden #30685B
RGB
CMYK
RGB Variations
Color information
#30685B (or 0x30685B) is known color: Eden. HEX triplet: 30, 68 and 5B. RGB value is (48,104,91). Sum of RGB (Red+Green+Blue) = 48+104+91=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #30685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685B is #CF97A4. Grayscale: #555555. Windows color (decimal): -13604773 or 5990448. OLE color: 5990448.
HSL color Cylindrical-coordinate representation of color #30685B: hue angle of 166.07º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30685B is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 91 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.59 |
| HSL | 166.07º | 0.37% | 0.3% | - |
| HSV(B) | 166.07º | 0.54% | 0.41% | - |
| XYZ | 8.06 | 11.28 | 11.65 | - |
| YUV | 85.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 91 | 0.54 | 0 | 0.12 | 0.59 | 166.07 | 0.37 | 0.3 |
| Hex | 30 | 68 | 5B | 36 | 0 | C | 3B | A6 | 25 | 1E |
| Octal | 60 | 150 | 133 | 66 | 0 | 14 | 73 | 246 | 45 | 36 |
| Binary | 110000 | 1101000 | 1011011 | 110110 | 0 | 1100 | 111011 | 10100110 | 100101 | 11110 |
Color Harmonies of #30685B
Complementary color
Monochromatic Colors of #30685B
Black with #30685B
Text Example
Text Example
White with #30685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30685B; }
p { color: rgb(48,104,91); }
H1.HeaderClassName
{
color: #30685B;
}
.AnyTagClassName
{
color: #30685B;
}
</style>
background-color css
<style>
a { background-color: #30685B; }
a { background-color: rgb(48,104,91); }
div.DivClassName
{
background-color: #30685B;
}
.BgClassName
{
background-color: #30685B;
}
</style>
border-color css
<style>
span { border-color: #30685B; }
span { border-color: rgb(48,104,91); }
td.TdClassName
{
border-color: #30685B;
}
.TagClassName
{
border-color: #30685B;
}
</style>