Shades of Eden #30715C
Tints of Eden #30715C
RGB
CMYK
RGB Variations
Color information
#30715C (or 0x30715C) is known color: Eden. HEX triplet: 30, 71 and 5C. RGB value is (48,113,92). Sum of RGB (Red+Green+Blue) = 48+113+92=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #30715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30715C is #CF8EA3. Grayscale: #5B5B5B. Windows color (decimal): -13602468 or 6058288. OLE color: 6058288.
HSL color Cylindrical-coordinate representation of color #30715C: hue angle of 160.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30715C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 92 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.56 |
| HSL | 160.62º | 0.4% | 0.32% | - |
| HSV(B) | 160.62º | 0.58% | 0.44% | - |
| XYZ | 9.06 | 13.21 | 12.2 | - |
| YUV | 91.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 92 | 0.58 | 0 | 0.19 | 0.56 | 160.62 | 0.4 | 0.32 |
| Hex | 30 | 71 | 5C | 3A | 0 | 13 | 38 | A1 | 28 | 20 |
| Octal | 60 | 161 | 134 | 72 | 0 | 23 | 70 | 241 | 50 | 40 |
| Binary | 110000 | 1110001 | 1011100 | 111010 | 0 | 10011 | 111000 | 10100001 | 101000 | 100000 |
Color Harmonies of #30715C
Complementary color
Monochromatic Colors of #30715C
Black with #30715C
Text Example
Text Example
White with #30715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30715C; }
p { color: rgb(48,113,92); }
H1.HeaderClassName
{
color: #30715C;
}
.AnyTagClassName
{
color: #30715C;
}
</style>
background-color css
<style>
a { background-color: #30715C; }
a { background-color: rgb(48,113,92); }
div.DivClassName
{
background-color: #30715C;
}
.BgClassName
{
background-color: #30715C;
}
</style>
border-color css
<style>
span { border-color: #30715C; }
span { border-color: rgb(48,113,92); }
td.TdClassName
{
border-color: #30715C;
}
.TagClassName
{
border-color: #30715C;
}
</style>