Shades of Eden #1F574E
Tints of Eden #1F574E
RGB
CMYK
RGB Variations
Color information
#1F574E (or 0x1F574E) is known color: Eden. HEX triplet: 1F, 57 and 4E. RGB value is (31,87,78). Sum of RGB (Red+Green+Blue) = 31+87+78=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #1F574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F574E is #E0A8B1. Grayscale: #454545. Windows color (decimal): -14723250 or 5134111. OLE color: 5134111.
HSL color Cylindrical-coordinate representation of color #1F574E: hue angle of 170.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F574E is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 87 | 78 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.66 |
| HSL | 170.36º | 0.47% | 0.23% | - |
| HSV(B) | 170.36º | 0.64% | 0.34% | - |
| XYZ | 5.35 | 7.66 | 8.4 | - |
| YUV | 69.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 78 | 0.64 | 0 | 0.10 | 0.66 | 170.36 | 0.47 | 0.23 |
| Hex | 1F | 57 | 4E | 40 | 0 | A | 42 | AA | 2F | 17 |
| Octal | 37 | 127 | 116 | 100 | 0 | 12 | 102 | 252 | 57 | 27 |
| Binary | 11111 | 1010111 | 1001110 | 1000000 | 0 | 1010 | 1000010 | 10101010 | 101111 | 10111 |
Color Harmonies of #1F574E
Complementary color
Monochromatic Colors of #1F574E
Black with #1F574E
Text Example
Text Example
White with #1F574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F574E; }
p { color: rgb(31,87,78); }
H1.HeaderClassName
{
color: #1F574E;
}
.AnyTagClassName
{
color: #1F574E;
}
</style>
background-color css
<style>
a { background-color: #1F574E; }
a { background-color: rgb(31,87,78); }
div.DivClassName
{
background-color: #1F574E;
}
.BgClassName
{
background-color: #1F574E;
}
</style>
border-color css
<style>
span { border-color: #1F574E; }
span { border-color: rgb(31,87,78); }
td.TdClassName
{
border-color: #1F574E;
}
.TagClassName
{
border-color: #1F574E;
}
</style>