Shades of Eden #2F665F
Tints of Eden #2F665F
RGB
CMYK
RGB Variations
Color information
#2F665F (or 0x2F665F) is known color: Eden. HEX triplet: 2F, 66 and 5F. RGB value is (47,102,95). Sum of RGB (Red+Green+Blue) = 47+102+95=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #2F665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F665F is #D099A0. Grayscale: #545454. Windows color (decimal): -13670817 or 6252079. OLE color: 6252079.
HSL color Cylindrical-coordinate representation of color #2F665F: hue angle of 172.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 #2F665F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 95 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.6 |
| HSL | 172.36º | 0.37% | 0.29% | - |
| HSV(B) | 172.36º | 0.54% | 0.4% | - |
| XYZ | 7.99 | 10.93 | 12.52 | - |
| YUV | 84.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 95 | 0.54 | 0 | 0.07 | 0.6 | 172.36 | 0.37 | 0.29 |
| Hex | 2F | 66 | 5F | 36 | 0 | 7 | 3C | AC | 25 | 1D |
| Octal | 57 | 146 | 137 | 66 | 0 | 7 | 74 | 254 | 45 | 35 |
| Binary | 101111 | 1100110 | 1011111 | 110110 | 0 | 111 | 111100 | 10101100 | 100101 | 11101 |
Color Harmonies of #2F665F
Complementary color
Monochromatic Colors of #2F665F
Black with #2F665F
Text Example
Text Example
White with #2F665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F665F; }
p { color: rgb(47,102,95); }
H1.HeaderClassName
{
color: #2F665F;
}
.AnyTagClassName
{
color: #2F665F;
}
</style>
background-color css
<style>
a { background-color: #2F665F; }
a { background-color: rgb(47,102,95); }
div.DivClassName
{
background-color: #2F665F;
}
.BgClassName
{
background-color: #2F665F;
}
</style>
border-color css
<style>
span { border-color: #2F665F; }
span { border-color: rgb(47,102,95); }
td.TdClassName
{
border-color: #2F665F;
}
.TagClassName
{
border-color: #2F665F;
}
</style>