Shades of Eden #306961
Tints of Eden #306961
RGB
CMYK
RGB Variations
Color information
#306961 (or 0x306961) is known color: Eden. HEX triplet: 30, 69 and 61. RGB value is (48,105,97). Sum of RGB (Red+Green+Blue) = 48+105+97=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #306961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306961 is #CF969E. Grayscale: #575757. Windows color (decimal): -13604511 or 6383920. OLE color: 6383920.
HSL color Cylindrical-coordinate representation of color #306961: hue angle of 171.58º 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 #306961 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 97 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.59 |
| HSL | 171.58º | 0.37% | 0.3% | - |
| HSV(B) | 171.58º | 0.54% | 0.41% | - |
| XYZ | 8.43 | 11.59 | 13.1 | - |
| YUV | 87.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 97 | 0.54 | 0 | 0.08 | 0.59 | 171.58 | 0.37 | 0.3 |
| Hex | 30 | 69 | 61 | 36 | 0 | 8 | 3B | AC | 25 | 1E |
| Octal | 60 | 151 | 141 | 66 | 0 | 10 | 73 | 254 | 45 | 36 |
| Binary | 110000 | 1101001 | 1100001 | 110110 | 0 | 1000 | 111011 | 10101100 | 100101 | 11110 |
Color Harmonies of #306961
Complementary color
Monochromatic Colors of #306961
Black with #306961
Text Example
Text Example
White with #306961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306961; }
p { color: rgb(48,105,97); }
H1.HeaderClassName
{
color: #306961;
}
.AnyTagClassName
{
color: #306961;
}
</style>
background-color css
<style>
a { background-color: #306961; }
a { background-color: rgb(48,105,97); }
div.DivClassName
{
background-color: #306961;
}
.BgClassName
{
background-color: #306961;
}
</style>
border-color css
<style>
span { border-color: #306961; }
span { border-color: rgb(48,105,97); }
td.TdClassName
{
border-color: #306961;
}
.TagClassName
{
border-color: #306961;
}
</style>