Shades of Eden #1F5F54
Tints of Eden #1F5F54
RGB
CMYK
RGB Variations
Color information
#1F5F54 (or 0x1F5F54) is known color: Eden. HEX triplet: 1F, 5F and 54. RGB value is (31,95,84). Sum of RGB (Red+Green+Blue) = 31+95+84=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F54 is #E0A0AB. Grayscale: #4A4A4A. Windows color (decimal): -14721196 or 5529375. OLE color: 5529375.
HSL color Cylindrical-coordinate representation of color #1F5F54: hue angle of 169.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F54 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 84 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.63 |
| HSL | 169.69º | 0.51% | 0.25% | - |
| HSV(B) | 169.69º | 0.67% | 0.37% | - |
| XYZ | 6.26 | 9.12 | 9.82 | - |
| YUV | 74.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 84 | 0.67 | 0 | 0.12 | 0.63 | 169.69 | 0.51 | 0.25 |
| Hex | 1F | 5F | 54 | 43 | 0 | C | 3F | AA | 33 | 19 |
| Octal | 37 | 137 | 124 | 103 | 0 | 14 | 77 | 252 | 63 | 31 |
| Binary | 11111 | 1011111 | 1010100 | 1000011 | 0 | 1100 | 111111 | 10101010 | 110011 | 11001 |
Color Harmonies of #1F5F54
Complementary color
Monochromatic Colors of #1F5F54
Black with #1F5F54
Text Example
Text Example
White with #1F5F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F54; }
p { color: rgb(31,95,84); }
H1.HeaderClassName
{
color: #1F5F54;
}
.AnyTagClassName
{
color: #1F5F54;
}
</style>
background-color css
<style>
a { background-color: #1F5F54; }
a { background-color: rgb(31,95,84); }
div.DivClassName
{
background-color: #1F5F54;
}
.BgClassName
{
background-color: #1F5F54;
}
</style>
border-color css
<style>
span { border-color: #1F5F54; }
span { border-color: rgb(31,95,84); }
td.TdClassName
{
border-color: #1F5F54;
}
.TagClassName
{
border-color: #1F5F54;
}
</style>