Shades of Eden #1F554F
Tints of Eden #1F554F
RGB
CMYK
RGB Variations
Color information
#1F554F (or 0x1F554F) is known color: Eden. HEX triplet: 1F, 55 and 4F. RGB value is (31,85,79). Sum of RGB (Red+Green+Blue) = 31+85+79=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F554F is #E0AAB0. Grayscale: #444444. Windows color (decimal): -14723761 or 5199135. OLE color: 5199135.
HSL color Cylindrical-coordinate representation of color #1F554F: hue angle of 173.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F554F is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 79 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.67 |
| HSL | 173.33º | 0.47% | 0.23% | - |
| HSV(B) | 173.33º | 0.64% | 0.33% | - |
| XYZ | 5.22 | 7.35 | 8.54 | - |
| YUV | 68.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 79 | 0.64 | 0 | 0.07 | 0.67 | 173.33 | 0.47 | 0.23 |
| Hex | 1F | 55 | 4F | 40 | 0 | 7 | 43 | AD | 2F | 17 |
| Octal | 37 | 125 | 117 | 100 | 0 | 7 | 103 | 255 | 57 | 27 |
| Binary | 11111 | 1010101 | 1001111 | 1000000 | 0 | 111 | 1000011 | 10101101 | 101111 | 10111 |
Color Harmonies of #1F554F
Complementary color
Monochromatic Colors of #1F554F
Black with #1F554F
Text Example
Text Example
White with #1F554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F554F; }
p { color: rgb(31,85,79); }
H1.HeaderClassName
{
color: #1F554F;
}
.AnyTagClassName
{
color: #1F554F;
}
</style>
background-color css
<style>
a { background-color: #1F554F; }
a { background-color: rgb(31,85,79); }
div.DivClassName
{
background-color: #1F554F;
}
.BgClassName
{
background-color: #1F554F;
}
</style>
border-color css
<style>
span { border-color: #1F554F; }
span { border-color: rgb(31,85,79); }
td.TdClassName
{
border-color: #1F554F;
}
.TagClassName
{
border-color: #1F554F;
}
</style>