Shades of Eden #1F6053
Tints of Eden #1F6053
RGB
CMYK
RGB Variations
Color information
#1F6053 (or 0x1F6053) is known color: Eden. HEX triplet: 1F, 60 and 53. RGB value is (31,96,83). Sum of RGB (Red+Green+Blue) = 31+96+83=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6053 is #E09FAC. Grayscale: #4B4B4B. Windows color (decimal): -14720941 or 5464095. OLE color: 5464095.
HSL color Cylindrical-coordinate representation of color #1F6053: hue angle of 168º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6053 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 83 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.62 |
| HSL | 168º | 0.51% | 0.25% | - |
| HSV(B) | 168º | 0.68% | 0.38% | - |
| XYZ | 6.31 | 9.28 | 9.64 | - |
| YUV | 75.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 83 | 0.68 | 0 | 0.14 | 0.62 | 168 | 0.51 | 0.25 |
| Hex | 1F | 60 | 53 | 44 | 0 | E | 3E | A8 | 33 | 19 |
| Octal | 37 | 140 | 123 | 104 | 0 | 16 | 76 | 250 | 63 | 31 |
| Binary | 11111 | 1100000 | 1010011 | 1000100 | 0 | 1110 | 111110 | 10101000 | 110011 | 11001 |
Color Harmonies of #1F6053
Complementary color
Monochromatic Colors of #1F6053
Black with #1F6053
Text Example
Text Example
White with #1F6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6053; }
p { color: rgb(31,96,83); }
H1.HeaderClassName
{
color: #1F6053;
}
.AnyTagClassName
{
color: #1F6053;
}
</style>
background-color css
<style>
a { background-color: #1F6053; }
a { background-color: rgb(31,96,83); }
div.DivClassName
{
background-color: #1F6053;
}
.BgClassName
{
background-color: #1F6053;
}
</style>
border-color css
<style>
span { border-color: #1F6053; }
span { border-color: rgb(31,96,83); }
td.TdClassName
{
border-color: #1F6053;
}
.TagClassName
{
border-color: #1F6053;
}
</style>