Shades of Eden #30705B
Tints of Eden #30705B
RGB
CMYK
RGB Variations
Color information
#30705B (or 0x30705B) is known color: Eden. HEX triplet: 30, 70 and 5B. RGB value is (48,112,91). Sum of RGB (Red+Green+Blue) = 48+112+91=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #30705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30705B is #CF8FA4. Grayscale: #5A5A5A. Windows color (decimal): -13602725 or 5992496. OLE color: 5992496.
HSL color Cylindrical-coordinate representation of color #30705B: hue angle of 160.31º 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 #30705B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 91 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.56 |
| HSL | 160.31º | 0.4% | 0.31% | - |
| HSV(B) | 160.31º | 0.57% | 0.44% | - |
| XYZ | 8.9 | 12.97 | 11.93 | - |
| YUV | 90.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 91 | 0.57 | 0 | 0.19 | 0.56 | 160.31 | 0.4 | 0.31 |
| Hex | 30 | 70 | 5B | 39 | 0 | 13 | 38 | A0 | 28 | 1F |
| Octal | 60 | 160 | 133 | 71 | 0 | 23 | 70 | 240 | 50 | 37 |
| Binary | 110000 | 1110000 | 1011011 | 111001 | 0 | 10011 | 111000 | 10100000 | 101000 | 11111 |
Color Harmonies of #30705B
Complementary color
Monochromatic Colors of #30705B
Black with #30705B
Text Example
Text Example
White with #30705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30705B; }
p { color: rgb(48,112,91); }
H1.HeaderClassName
{
color: #30705B;
}
.AnyTagClassName
{
color: #30705B;
}
</style>
background-color css
<style>
a { background-color: #30705B; }
a { background-color: rgb(48,112,91); }
div.DivClassName
{
background-color: #30705B;
}
.BgClassName
{
background-color: #30705B;
}
</style>
border-color css
<style>
span { border-color: #30705B; }
span { border-color: rgb(48,112,91); }
td.TdClassName
{
border-color: #30705B;
}
.TagClassName
{
border-color: #30705B;
}
</style>