Shades of Eden #2F665B
Tints of Eden #2F665B
RGB
CMYK
RGB Variations
Color information
#2F665B (or 0x2F665B) is known color: Eden. HEX triplet: 2F, 66 and 5B. RGB value is (47,102,91). Sum of RGB (Red+Green+Blue) = 47+102+91=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #2F665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F665B is #D099A4. Grayscale: #545454. Windows color (decimal): -13670821 or 5989935. OLE color: 5989935.
HSL color Cylindrical-coordinate representation of color #2F665B: hue angle of 168º 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 #2F665B is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 91 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.6 |
| HSL | 168º | 0.37% | 0.29% | - |
| HSV(B) | 168º | 0.54% | 0.4% | - |
| XYZ | 7.81 | 10.86 | 11.58 | - |
| YUV | 84.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 91 | 0.54 | 0 | 0.11 | 0.6 | 168 | 0.37 | 0.29 |
| Hex | 2F | 66 | 5B | 36 | 0 | B | 3C | A8 | 25 | 1D |
| Octal | 57 | 146 | 133 | 66 | 0 | 13 | 74 | 250 | 45 | 35 |
| Binary | 101111 | 1100110 | 1011011 | 110110 | 0 | 1011 | 111100 | 10101000 | 100101 | 11101 |
Color Harmonies of #2F665B
Complementary color
Monochromatic Colors of #2F665B
Black with #2F665B
Text Example
Text Example
White with #2F665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F665B; }
p { color: rgb(47,102,91); }
H1.HeaderClassName
{
color: #2F665B;
}
.AnyTagClassName
{
color: #2F665B;
}
</style>
background-color css
<style>
a { background-color: #2F665B; }
a { background-color: rgb(47,102,91); }
div.DivClassName
{
background-color: #2F665B;
}
.BgClassName
{
background-color: #2F665B;
}
</style>
border-color css
<style>
span { border-color: #2F665B; }
span { border-color: rgb(47,102,91); }
td.TdClassName
{
border-color: #2F665B;
}
.TagClassName
{
border-color: #2F665B;
}
</style>