Shades of Eden #2F6761
Tints of Eden #2F6761
RGB
CMYK
RGB Variations
Color information
#2F6761 (or 0x2F6761) is known color: Eden. HEX triplet: 2F, 67 and 61. RGB value is (47,103,97). Sum of RGB (Red+Green+Blue) = 47+103+97=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6761 is #D0989E. Grayscale: #555555. Windows color (decimal): -13670559 or 6383407. OLE color: 6383407.
HSL color Cylindrical-coordinate representation of color #2F6761: hue angle of 173.57º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6761 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 97 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.60 |
| HSL | 173.57º | 0.37% | 0.29% | - |
| HSV(B) | 173.57º | 0.54% | 0.4% | - |
| XYZ | 8.18 | 11.17 | 13.03 | - |
| YUV | 85.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 97 | 0.54 | 0 | 0.06 | 0.60 | 173.57 | 0.37 | 0.29 |
| Hex | 2F | 67 | 61 | 36 | 0 | 6 | 3C | AE | 25 | 1D |
| Octal | 57 | 147 | 141 | 66 | 0 | 6 | 74 | 256 | 45 | 35 |
| Binary | 101111 | 1100111 | 1100001 | 110110 | 0 | 110 | 111100 | 10101110 | 100101 | 11101 |
Color Harmonies of #2F6761
Complementary color
Monochromatic Colors of #2F6761
Black with #2F6761
Text Example
Text Example
White with #2F6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6761; }
p { color: rgb(47,103,97); }
H1.HeaderClassName
{
color: #2F6761;
}
.AnyTagClassName
{
color: #2F6761;
}
</style>
background-color css
<style>
a { background-color: #2F6761; }
a { background-color: rgb(47,103,97); }
div.DivClassName
{
background-color: #2F6761;
}
.BgClassName
{
background-color: #2F6761;
}
</style>
border-color css
<style>
span { border-color: #2F6761; }
span { border-color: rgb(47,103,97); }
td.TdClassName
{
border-color: #2F6761;
}
.TagClassName
{
border-color: #2F6761;
}
</style>