Shades of Eden #2F6B5D
Tints of Eden #2F6B5D
RGB
CMYK
RGB Variations
Color information
#2F6B5D (or 0x2F6B5D) is known color: Eden. HEX triplet: 2F, 6B and 5D. RGB value is (47,107,93). Sum of RGB (Red+Green+Blue) = 47+107+93=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B5D is #D094A2. Grayscale: #575757. Windows color (decimal): -13669539 or 6122287. OLE color: 6122287.
HSL color Cylindrical-coordinate representation of color #2F6B5D: hue angle of 166º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B5D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 107 | 93 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.58 |
| HSL | 166º | 0.39% | 0.3% | - |
| HSV(B) | 166º | 0.56% | 0.42% | - |
| XYZ | 8.41 | 11.91 | 12.21 | - |
| YUV | 87.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 93 | 0.56 | 0 | 0.13 | 0.58 | 166 | 0.39 | 0.3 |
| Hex | 2F | 6B | 5D | 38 | 0 | D | 3A | A6 | 27 | 1E |
| Octal | 57 | 153 | 135 | 70 | 0 | 15 | 72 | 246 | 47 | 36 |
| Binary | 101111 | 1101011 | 1011101 | 111000 | 0 | 1101 | 111010 | 10100110 | 100111 | 11110 |
Color Harmonies of #2F6B5D
Complementary color
Monochromatic Colors of #2F6B5D
Black with #2F6B5D
Text Example
Text Example
White with #2F6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6B5D; }
p { color: rgb(47,107,93); }
H1.HeaderClassName
{
color: #2F6B5D;
}
.AnyTagClassName
{
color: #2F6B5D;
}
</style>
background-color css
<style>
a { background-color: #2F6B5D; }
a { background-color: rgb(47,107,93); }
div.DivClassName
{
background-color: #2F6B5D;
}
.BgClassName
{
background-color: #2F6B5D;
}
</style>
border-color css
<style>
span { border-color: #2F6B5D; }
span { border-color: rgb(47,107,93); }
td.TdClassName
{
border-color: #2F6B5D;
}
.TagClassName
{
border-color: #2F6B5D;
}
</style>