Shades of Eden #1F675C
Tints of Eden #1F675C
RGB
CMYK
RGB Variations
Color information
#1F675C (or 0x1F675C) is known color: Eden. HEX triplet: 1F, 67 and 5C. RGB value is (31,103,92). Sum of RGB (Red+Green+Blue) = 31+103+92=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #1F675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F675C is #E098A3. Grayscale: #505050. Windows color (decimal): -14719140 or 6055711. OLE color: 6055711.
HSL color Cylindrical-coordinate representation of color #1F675C: hue angle of 170.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F675C is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 92 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.60 |
| HSL | 170.83º | 0.54% | 0.26% | - |
| HSV(B) | 170.83º | 0.7% | 0.4% | - |
| XYZ | 7.35 | 10.76 | 11.82 | - |
| YUV | 80.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 92 | 0.70 | 0 | 0.11 | 0.60 | 170.83 | 0.54 | 0.26 |
| Hex | 1F | 67 | 5C | 46 | 0 | B | 3C | AB | 36 | 1A |
| Octal | 37 | 147 | 134 | 106 | 0 | 13 | 74 | 253 | 66 | 32 |
| Binary | 11111 | 1100111 | 1011100 | 1000110 | 0 | 1011 | 111100 | 10101011 | 110110 | 11010 |
Color Harmonies of #1F675C
Complementary color
Monochromatic Colors of #1F675C
Black with #1F675C
Text Example
Text Example
White with #1F675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F675C; }
p { color: rgb(31,103,92); }
H1.HeaderClassName
{
color: #1F675C;
}
.AnyTagClassName
{
color: #1F675C;
}
</style>
background-color css
<style>
a { background-color: #1F675C; }
a { background-color: rgb(31,103,92); }
div.DivClassName
{
background-color: #1F675C;
}
.BgClassName
{
background-color: #1F675C;
}
</style>
border-color css
<style>
span { border-color: #1F675C; }
span { border-color: rgb(31,103,92); }
td.TdClassName
{
border-color: #1F675C;
}
.TagClassName
{
border-color: #1F675C;
}
</style>