Shades of Eden #2F675E
Tints of Eden #2F675E
RGB
CMYK
RGB Variations
Color information
#2F675E (or 0x2F675E) is known color: Eden. HEX triplet: 2F, 67 and 5E. RGB value is (47,103,94). Sum of RGB (Red+Green+Blue) = 47+103+94=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #2F675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F675E is #D098A1. Grayscale: #555555. Windows color (decimal): -13670562 or 6186799. OLE color: 6186799.
HSL color Cylindrical-coordinate representation of color #2F675E: hue angle of 170.36º 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 #2F675E is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 94 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.60 |
| HSL | 170.36º | 0.37% | 0.29% | - |
| HSV(B) | 170.36º | 0.54% | 0.4% | - |
| XYZ | 8.04 | 11.11 | 12.31 | - |
| YUV | 85.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 94 | 0.54 | 0 | 0.09 | 0.60 | 170.36 | 0.37 | 0.29 |
| Hex | 2F | 67 | 5E | 36 | 0 | 9 | 3C | AA | 25 | 1D |
| Octal | 57 | 147 | 136 | 66 | 0 | 11 | 74 | 252 | 45 | 35 |
| Binary | 101111 | 1100111 | 1011110 | 110110 | 0 | 1001 | 111100 | 10101010 | 100101 | 11101 |
Color Harmonies of #2F675E
Complementary color
Monochromatic Colors of #2F675E
Black with #2F675E
Text Example
Text Example
White with #2F675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F675E; }
p { color: rgb(47,103,94); }
H1.HeaderClassName
{
color: #2F675E;
}
.AnyTagClassName
{
color: #2F675E;
}
</style>
background-color css
<style>
a { background-color: #2F675E; }
a { background-color: rgb(47,103,94); }
div.DivClassName
{
background-color: #2F675E;
}
.BgClassName
{
background-color: #2F675E;
}
</style>
border-color css
<style>
span { border-color: #2F675E; }
span { border-color: rgb(47,103,94); }
td.TdClassName
{
border-color: #2F675E;
}
.TagClassName
{
border-color: #2F675E;
}
</style>