Shades of Eden #1F6656
Tints of Eden #1F6656
RGB
CMYK
RGB Variations
Color information
#1F6656 (or 0x1F6656) is known color: Eden. HEX triplet: 1F, 66 and 56. RGB value is (31,102,86). Sum of RGB (Red+Green+Blue) = 31+102+86=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6656 is #E099A9. Grayscale: #4E4E4E. Windows color (decimal): -14719402 or 5662239. OLE color: 5662239.
HSL color Cylindrical-coordinate representation of color #1F6656: hue angle of 166.48º degrees, saturation: 0.53, 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 #1F6656 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 86 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.6 |
| HSL | 166.48º | 0.53% | 0.26% | - |
| HSV(B) | 166.48º | 0.7% | 0.4% | - |
| XYZ | 7 | 10.47 | 10.46 | - |
| YUV | 78.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 86 | 0.70 | 0 | 0.16 | 0.6 | 166.48 | 0.53 | 0.26 |
| Hex | 1F | 66 | 56 | 46 | 0 | 10 | 3C | A6 | 35 | 1A |
| Octal | 37 | 146 | 126 | 106 | 0 | 20 | 74 | 246 | 65 | 32 |
| Binary | 11111 | 1100110 | 1010110 | 1000110 | 0 | 10000 | 111100 | 10100110 | 110101 | 11010 |
Color Harmonies of #1F6656
Complementary color
Monochromatic Colors of #1F6656
Black with #1F6656
Text Example
Text Example
White with #1F6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6656; }
p { color: rgb(31,102,86); }
H1.HeaderClassName
{
color: #1F6656;
}
.AnyTagClassName
{
color: #1F6656;
}
</style>
background-color css
<style>
a { background-color: #1F6656; }
a { background-color: rgb(31,102,86); }
div.DivClassName
{
background-color: #1F6656;
}
.BgClassName
{
background-color: #1F6656;
}
</style>
border-color css
<style>
span { border-color: #1F6656; }
span { border-color: rgb(31,102,86); }
td.TdClassName
{
border-color: #1F6656;
}
.TagClassName
{
border-color: #1F6656;
}
</style>