Shades of Eden #1F675A
Tints of Eden #1F675A
RGB
CMYK
RGB Variations
Color information
#1F675A (or 0x1F675A) is known color: Eden. HEX triplet: 1F, 67 and 5A. RGB value is (31,103,90). Sum of RGB (Red+Green+Blue) = 31+103+90=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #1F675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F675A is #E098A5. Grayscale: #4F4F4F. Windows color (decimal): -14719142 or 5924639. OLE color: 5924639.
HSL color Cylindrical-coordinate representation of color #1F675A: hue angle of 169.17º 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 #1F675A is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 90 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.60 |
| HSL | 169.17º | 0.54% | 0.26% | - |
| HSV(B) | 169.17º | 0.7% | 0.4% | - |
| XYZ | 7.26 | 10.73 | 11.36 | - |
| YUV | 79.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 90 | 0.70 | 0 | 0.13 | 0.60 | 169.17 | 0.54 | 0.26 |
| Hex | 1F | 67 | 5A | 46 | 0 | D | 3C | A9 | 36 | 1A |
| Octal | 37 | 147 | 132 | 106 | 0 | 15 | 74 | 251 | 66 | 32 |
| Binary | 11111 | 1100111 | 1011010 | 1000110 | 0 | 1101 | 111100 | 10101001 | 110110 | 11010 |
Color Harmonies of #1F675A
Complementary color
Monochromatic Colors of #1F675A
Black with #1F675A
Text Example
Text Example
White with #1F675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F675A; }
p { color: rgb(31,103,90); }
H1.HeaderClassName
{
color: #1F675A;
}
.AnyTagClassName
{
color: #1F675A;
}
</style>
background-color css
<style>
a { background-color: #1F675A; }
a { background-color: rgb(31,103,90); }
div.DivClassName
{
background-color: #1F675A;
}
.BgClassName
{
background-color: #1F675A;
}
</style>
border-color css
<style>
span { border-color: #1F675A; }
span { border-color: rgb(31,103,90); }
td.TdClassName
{
border-color: #1F675A;
}
.TagClassName
{
border-color: #1F675A;
}
</style>