Shades of Eden #30695C
Tints of Eden #30695C
RGB
CMYK
RGB Variations
Color information
#30695C (or 0x30695C) is known color: Eden. HEX triplet: 30, 69 and 5C. RGB value is (48,105,92). Sum of RGB (Red+Green+Blue) = 48+105+92=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #30695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30695C is #CF96A3. Grayscale: #565656. Windows color (decimal): -13604516 or 6056240. OLE color: 6056240.
HSL color Cylindrical-coordinate representation of color #30695C: hue angle of 166.32º 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 #30695C is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 92 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.59 |
| HSL | 166.32º | 0.37% | 0.3% | - |
| HSV(B) | 166.32º | 0.54% | 0.41% | - |
| XYZ | 8.2 | 11.5 | 11.91 | - |
| YUV | 86.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 92 | 0.54 | 0 | 0.12 | 0.59 | 166.32 | 0.37 | 0.3 |
| Hex | 30 | 69 | 5C | 36 | 0 | C | 3B | A6 | 25 | 1E |
| Octal | 60 | 151 | 134 | 66 | 0 | 14 | 73 | 246 | 45 | 36 |
| Binary | 110000 | 1101001 | 1011100 | 110110 | 0 | 1100 | 111011 | 10100110 | 100101 | 11110 |
Color Harmonies of #30695C
Complementary color
Monochromatic Colors of #30695C
Black with #30695C
Text Example
Text Example
White with #30695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30695C; }
p { color: rgb(48,105,92); }
H1.HeaderClassName
{
color: #30695C;
}
.AnyTagClassName
{
color: #30695C;
}
</style>
background-color css
<style>
a { background-color: #30695C; }
a { background-color: rgb(48,105,92); }
div.DivClassName
{
background-color: #30695C;
}
.BgClassName
{
background-color: #30695C;
}
</style>
border-color css
<style>
span { border-color: #30695C; }
span { border-color: rgb(48,105,92); }
td.TdClassName
{
border-color: #30695C;
}
.TagClassName
{
border-color: #30695C;
}
</style>