Shades of Eden #1F5E57
Tints of Eden #1F5E57
RGB
CMYK
RGB Variations
Color information
#1F5E57 (or 0x1F5E57) is known color: Eden. HEX triplet: 1F, 5E and 57. RGB value is (31,94,87). Sum of RGB (Red+Green+Blue) = 31+94+87=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E57 is #E0A1A8. Grayscale: #4A4A4A. Windows color (decimal): -14721449 or 5725727. OLE color: 5725727.
HSL color Cylindrical-coordinate representation of color #1F5E57: hue angle of 173.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E57 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 87 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.63 |
| HSL | 173.33º | 0.5% | 0.25% | - |
| HSV(B) | 173.33º | 0.67% | 0.37% | - |
| XYZ | 6.29 | 8.98 | 10.42 | - |
| YUV | 74.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 87 | 0.67 | 0 | 0.07 | 0.63 | 173.33 | 0.5 | 0.25 |
| Hex | 1F | 5E | 57 | 43 | 0 | 7 | 3F | AD | 32 | 19 |
| Octal | 37 | 136 | 127 | 103 | 0 | 7 | 77 | 255 | 62 | 31 |
| Binary | 11111 | 1011110 | 1010111 | 1000011 | 0 | 111 | 111111 | 10101101 | 110010 | 11001 |
Color Harmonies of #1F5E57
Complementary color
Monochromatic Colors of #1F5E57
Black with #1F5E57
Text Example
Text Example
White with #1F5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E57; }
p { color: rgb(31,94,87); }
H1.HeaderClassName
{
color: #1F5E57;
}
.AnyTagClassName
{
color: #1F5E57;
}
</style>
background-color css
<style>
a { background-color: #1F5E57; }
a { background-color: rgb(31,94,87); }
div.DivClassName
{
background-color: #1F5E57;
}
.BgClassName
{
background-color: #1F5E57;
}
</style>
border-color css
<style>
span { border-color: #1F5E57; }
span { border-color: rgb(31,94,87); }
td.TdClassName
{
border-color: #1F5E57;
}
.TagClassName
{
border-color: #1F5E57;
}
</style>