Shades of Eden #1F655A
Tints of Eden #1F655A
RGB
CMYK
RGB Variations
Color information
#1F655A (or 0x1F655A) is known color: Eden. HEX triplet: 1F, 65 and 5A. RGB value is (31,101,90). Sum of RGB (Red+Green+Blue) = 31+101+90=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #1F655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F655A is #E09AA5. Grayscale: #4E4E4E. Windows color (decimal): -14719654 or 5924127. OLE color: 5924127.
HSL color Cylindrical-coordinate representation of color #1F655A: hue angle of 170.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F655A is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 90 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.60 |
| HSL | 170.57º | 0.53% | 0.26% | - |
| HSV(B) | 170.57º | 0.69% | 0.4% | - |
| XYZ | 7.06 | 10.34 | 11.3 | - |
| YUV | 78.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 90 | 0.69 | 0 | 0.11 | 0.60 | 170.57 | 0.53 | 0.26 |
| Hex | 1F | 65 | 5A | 45 | 0 | B | 3C | AB | 35 | 1A |
| Octal | 37 | 145 | 132 | 105 | 0 | 13 | 74 | 253 | 65 | 32 |
| Binary | 11111 | 1100101 | 1011010 | 1000101 | 0 | 1011 | 111100 | 10101011 | 110101 | 11010 |
Color Harmonies of #1F655A
Complementary color
Monochromatic Colors of #1F655A
Black with #1F655A
Text Example
Text Example
White with #1F655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F655A; }
p { color: rgb(31,101,90); }
H1.HeaderClassName
{
color: #1F655A;
}
.AnyTagClassName
{
color: #1F655A;
}
</style>
background-color css
<style>
a { background-color: #1F655A; }
a { background-color: rgb(31,101,90); }
div.DivClassName
{
background-color: #1F655A;
}
.BgClassName
{
background-color: #1F655A;
}
</style>
border-color css
<style>
span { border-color: #1F655A; }
span { border-color: rgb(31,101,90); }
td.TdClassName
{
border-color: #1F655A;
}
.TagClassName
{
border-color: #1F655A;
}
</style>