Shades of Eden #306F5D
Tints of Eden #306F5D
RGB
CMYK
RGB Variations
Color information
#306F5D (or 0x306F5D) is known color: Eden. HEX triplet: 30, 6F and 5D. RGB value is (48,111,93). Sum of RGB (Red+Green+Blue) = 48+111+93=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #306F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F5D is #CF90A2. Grayscale: #5A5A5A. Windows color (decimal): -13602979 or 6123312. OLE color: 6123312.
HSL color Cylindrical-coordinate representation of color #306F5D: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F5D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 93 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.56 |
| HSL | 162.86º | 0.4% | 0.31% | - |
| HSV(B) | 162.86º | 0.57% | 0.44% | - |
| XYZ | 8.88 | 12.79 | 12.36 | - |
| YUV | 90.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 93 | 0.57 | 0 | 0.16 | 0.56 | 162.86 | 0.4 | 0.31 |
| Hex | 30 | 6F | 5D | 39 | 0 | 10 | 38 | A3 | 28 | 1F |
| Octal | 60 | 157 | 135 | 71 | 0 | 20 | 70 | 243 | 50 | 37 |
| Binary | 110000 | 1101111 | 1011101 | 111001 | 0 | 10000 | 111000 | 10100011 | 101000 | 11111 |
Color Harmonies of #306F5D
Complementary color
Monochromatic Colors of #306F5D
Black with #306F5D
Text Example
Text Example
White with #306F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F5D; }
p { color: rgb(48,111,93); }
H1.HeaderClassName
{
color: #306F5D;
}
.AnyTagClassName
{
color: #306F5D;
}
</style>
background-color css
<style>
a { background-color: #306F5D; }
a { background-color: rgb(48,111,93); }
div.DivClassName
{
background-color: #306F5D;
}
.BgClassName
{
background-color: #306F5D;
}
</style>
border-color css
<style>
span { border-color: #306F5D; }
span { border-color: rgb(48,111,93); }
td.TdClassName
{
border-color: #306F5D;
}
.TagClassName
{
border-color: #306F5D;
}
</style>