Shades of Eden #306862
Tints of Eden #306862
RGB
CMYK
RGB Variations
Color information
#306862 (or 0x306862) is known color: Eden. HEX triplet: 30, 68 and 62. RGB value is (48,104,98). Sum of RGB (Red+Green+Blue) = 48+104+98=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #306862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306862 is #CF979D. Grayscale: #565656. Windows color (decimal): -13604766 or 6449200. OLE color: 6449200.
HSL color Cylindrical-coordinate representation of color #306862: hue angle of 173.57º 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 #306862 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 98 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.59 |
| HSL | 173.57º | 0.37% | 0.3% | - |
| HSV(B) | 173.57º | 0.54% | 0.41% | - |
| XYZ | 8.37 | 11.41 | 13.32 | - |
| YUV | 86.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 98 | 0.54 | 0 | 0.06 | 0.59 | 173.57 | 0.37 | 0.3 |
| Hex | 30 | 68 | 62 | 36 | 0 | 6 | 3B | AE | 25 | 1E |
| Octal | 60 | 150 | 142 | 66 | 0 | 6 | 73 | 256 | 45 | 36 |
| Binary | 110000 | 1101000 | 1100010 | 110110 | 0 | 110 | 111011 | 10101110 | 100101 | 11110 |
Color Harmonies of #306862
Complementary color
Monochromatic Colors of #306862
Black with #306862
Text Example
Text Example
White with #306862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306862; }
p { color: rgb(48,104,98); }
H1.HeaderClassName
{
color: #306862;
}
.AnyTagClassName
{
color: #306862;
}
</style>
background-color css
<style>
a { background-color: #306862; }
a { background-color: rgb(48,104,98); }
div.DivClassName
{
background-color: #306862;
}
.BgClassName
{
background-color: #306862;
}
</style>
border-color css
<style>
span { border-color: #306862; }
span { border-color: rgb(48,104,98); }
td.TdClassName
{
border-color: #306862;
}
.TagClassName
{
border-color: #306862;
}
</style>