Shades of Eden #1F6F55
Tints of Eden #1F6F55
RGB
CMYK
RGB Variations
Color information
#1F6F55 (or 0x1F6F55) is known color: Eden. HEX triplet: 1F, 6F and 55. RGB value is (31,111,85). Sum of RGB (Red+Green+Blue) = 31+111+85=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F55 is #E090AA. Grayscale: #545454. Windows color (decimal): -14717099 or 5599007. OLE color: 5599007.
HSL color Cylindrical-coordinate representation of color #1F6F55: hue angle of 160.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F55 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 85 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.56 |
| HSL | 160.5º | 0.56% | 0.28% | - |
| HSV(B) | 160.5º | 0.72% | 0.44% | - |
| XYZ | 7.89 | 12.32 | 10.56 | - |
| YUV | 84.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 85 | 0.72 | 0 | 0.23 | 0.56 | 160.5 | 0.56 | 0.28 |
| Hex | 1F | 6F | 55 | 48 | 0 | 17 | 38 | A0 | 38 | 1C |
| Octal | 37 | 157 | 125 | 110 | 0 | 27 | 70 | 240 | 70 | 34 |
| Binary | 11111 | 1101111 | 1010101 | 1001000 | 0 | 10111 | 111000 | 10100000 | 111000 | 11100 |
Color Harmonies of #1F6F55
Complementary color
Monochromatic Colors of #1F6F55
Black with #1F6F55
Text Example
Text Example
White with #1F6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F55; }
p { color: rgb(31,111,85); }
H1.HeaderClassName
{
color: #1F6F55;
}
.AnyTagClassName
{
color: #1F6F55;
}
</style>
background-color css
<style>
a { background-color: #1F6F55; }
a { background-color: rgb(31,111,85); }
div.DivClassName
{
background-color: #1F6F55;
}
.BgClassName
{
background-color: #1F6F55;
}
</style>
border-color css
<style>
span { border-color: #1F6F55; }
span { border-color: rgb(31,111,85); }
td.TdClassName
{
border-color: #1F6F55;
}
.TagClassName
{
border-color: #1F6F55;
}
</style>