Shades of Eden #1F5E53
Tints of Eden #1F5E53
RGB
CMYK
RGB Variations
Color information
#1F5E53 (or 0x1F5E53) is known color: Eden. HEX triplet: 1F, 5E and 53. RGB value is (31,94,83). Sum of RGB (Red+Green+Blue) = 31+94+83=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E53 is #E0A1AC. Grayscale: #494949. Windows color (decimal): -14721453 or 5463583. OLE color: 5463583.
HSL color Cylindrical-coordinate representation of color #1F5E53: hue angle of 169.52º degrees, saturation: 0.5, 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 #1F5E53 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 83 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.63 |
| HSL | 169.52º | 0.5% | 0.25% | - |
| HSV(B) | 169.52º | 0.67% | 0.37% | - |
| XYZ | 6.13 | 8.92 | 9.58 | - |
| YUV | 73.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 83 | 0.67 | 0 | 0.12 | 0.63 | 169.52 | 0.5 | 0.25 |
| Hex | 1F | 5E | 53 | 43 | 0 | C | 3F | AA | 32 | 19 |
| Octal | 37 | 136 | 123 | 103 | 0 | 14 | 77 | 252 | 62 | 31 |
| Binary | 11111 | 1011110 | 1010011 | 1000011 | 0 | 1100 | 111111 | 10101010 | 110010 | 11001 |
Color Harmonies of #1F5E53
Complementary color
Monochromatic Colors of #1F5E53
Black with #1F5E53
Text Example
Text Example
White with #1F5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E53; }
p { color: rgb(31,94,83); }
H1.HeaderClassName
{
color: #1F5E53;
}
.AnyTagClassName
{
color: #1F5E53;
}
</style>
background-color css
<style>
a { background-color: #1F5E53; }
a { background-color: rgb(31,94,83); }
div.DivClassName
{
background-color: #1F5E53;
}
.BgClassName
{
background-color: #1F5E53;
}
</style>
border-color css
<style>
span { border-color: #1F5E53; }
span { border-color: rgb(31,94,83); }
td.TdClassName
{
border-color: #1F5E53;
}
.TagClassName
{
border-color: #1F5E53;
}
</style>