Shades of Eden #30695E
Tints of Eden #30695E
RGB
CMYK
RGB Variations
Color information
#30695E (or 0x30695E) is known color: Eden. HEX triplet: 30, 69 and 5E. RGB value is (48,105,94). Sum of RGB (Red+Green+Blue) = 48+105+94=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #30695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30695E is #CF96A1. Grayscale: #565656. Windows color (decimal): -13604514 or 6187312. OLE color: 6187312.
HSL color Cylindrical-coordinate representation of color #30695E: hue angle of 168.42º 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 #30695E is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 94 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.59 |
| HSL | 168.42º | 0.37% | 0.3% | - |
| HSV(B) | 168.42º | 0.54% | 0.41% | - |
| XYZ | 8.29 | 11.54 | 12.38 | - |
| YUV | 86.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 94 | 0.54 | 0 | 0.10 | 0.59 | 168.42 | 0.37 | 0.3 |
| Hex | 30 | 69 | 5E | 36 | 0 | A | 3B | A8 | 25 | 1E |
| Octal | 60 | 151 | 136 | 66 | 0 | 12 | 73 | 250 | 45 | 36 |
| Binary | 110000 | 1101001 | 1011110 | 110110 | 0 | 1010 | 111011 | 10101000 | 100101 | 11110 |
Color Harmonies of #30695E
Complementary color
Monochromatic Colors of #30695E
Black with #30695E
Text Example
Text Example
White with #30695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30695E; }
p { color: rgb(48,105,94); }
H1.HeaderClassName
{
color: #30695E;
}
.AnyTagClassName
{
color: #30695E;
}
</style>
background-color css
<style>
a { background-color: #30695E; }
a { background-color: rgb(48,105,94); }
div.DivClassName
{
background-color: #30695E;
}
.BgClassName
{
background-color: #30695E;
}
</style>
border-color css
<style>
span { border-color: #30695E; }
span { border-color: rgb(48,105,94); }
td.TdClassName
{
border-color: #30695E;
}
.TagClassName
{
border-color: #30695E;
}
</style>