Shades of Eden #1F715B
Tints of Eden #1F715B
RGB
CMYK
RGB Variations
Color information
#1F715B (or 0x1F715B) is known color: Eden. HEX triplet: 1F, 71 and 5B. RGB value is (31,113,91). Sum of RGB (Red+Green+Blue) = 31+113+91=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #1F715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F715B is #E08EA4. Grayscale: #555555. Windows color (decimal): -14716581 or 5992735. OLE color: 5992735.
HSL color Cylindrical-coordinate representation of color #1F715B: hue angle of 163.9º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F715B is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 91 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.56 |
| HSL | 163.9º | 0.57% | 0.28% | - |
| HSV(B) | 163.9º | 0.73% | 0.44% | - |
| XYZ | 8.36 | 12.86 | 11.94 | - |
| YUV | 85.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 91 | 0.73 | 0 | 0.19 | 0.56 | 163.9 | 0.57 | 0.28 |
| Hex | 1F | 71 | 5B | 49 | 0 | 13 | 38 | A4 | 39 | 1C |
| Octal | 37 | 161 | 133 | 111 | 0 | 23 | 70 | 244 | 71 | 34 |
| Binary | 11111 | 1110001 | 1011011 | 1001001 | 0 | 10011 | 111000 | 10100100 | 111001 | 11100 |
Color Harmonies of #1F715B
Complementary color
Monochromatic Colors of #1F715B
Black with #1F715B
Text Example
Text Example
White with #1F715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F715B; }
p { color: rgb(31,113,91); }
H1.HeaderClassName
{
color: #1F715B;
}
.AnyTagClassName
{
color: #1F715B;
}
</style>
background-color css
<style>
a { background-color: #1F715B; }
a { background-color: rgb(31,113,91); }
div.DivClassName
{
background-color: #1F715B;
}
.BgClassName
{
background-color: #1F715B;
}
</style>
border-color css
<style>
span { border-color: #1F715B; }
span { border-color: rgb(31,113,91); }
td.TdClassName
{
border-color: #1F715B;
}
.TagClassName
{
border-color: #1F715B;
}
</style>