Shades of Eden #306D5E
Tints of Eden #306D5E
RGB
CMYK
RGB Variations
Color information
#306D5E (or 0x306D5E) is known color: Eden. HEX triplet: 30, 6D and 5E. RGB value is (48,109,94). Sum of RGB (Red+Green+Blue) = 48+109+94=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #306D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D5E is #CF92A1. Grayscale: #595959. Windows color (decimal): -13603490 or 6188336. OLE color: 6188336.
HSL color Cylindrical-coordinate representation of color #306D5E: hue angle of 165.25º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D5E is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 94 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.57 |
| HSL | 165.25º | 0.39% | 0.31% | - |
| HSV(B) | 165.25º | 0.56% | 0.43% | - |
| XYZ | 8.71 | 12.37 | 12.52 | - |
| YUV | 89.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 94 | 0.56 | 0 | 0.14 | 0.57 | 165.25 | 0.39 | 0.31 |
| Hex | 30 | 6D | 5E | 38 | 0 | E | 39 | A5 | 27 | 1F |
| Octal | 60 | 155 | 136 | 70 | 0 | 16 | 71 | 245 | 47 | 37 |
| Binary | 110000 | 1101101 | 1011110 | 111000 | 0 | 1110 | 111001 | 10100101 | 100111 | 11111 |
Color Harmonies of #306D5E
Complementary color
Monochromatic Colors of #306D5E
Black with #306D5E
Text Example
Text Example
White with #306D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D5E; }
p { color: rgb(48,109,94); }
H1.HeaderClassName
{
color: #306D5E;
}
.AnyTagClassName
{
color: #306D5E;
}
</style>
background-color css
<style>
a { background-color: #306D5E; }
a { background-color: rgb(48,109,94); }
div.DivClassName
{
background-color: #306D5E;
}
.BgClassName
{
background-color: #306D5E;
}
</style>
border-color css
<style>
span { border-color: #306D5E; }
span { border-color: rgb(48,109,94); }
td.TdClassName
{
border-color: #306D5E;
}
.TagClassName
{
border-color: #306D5E;
}
</style>