Shades of Eden #2F675F
Tints of Eden #2F675F
RGB
CMYK
RGB Variations
Color information
#2F675F (or 0x2F675F) is known color: Eden. HEX triplet: 2F, 67 and 5F. RGB value is (47,103,95). Sum of RGB (Red+Green+Blue) = 47+103+95=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #2F675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F675F is #D098A0. Grayscale: #555555. Windows color (decimal): -13670561 or 6252335. OLE color: 6252335.
HSL color Cylindrical-coordinate representation of color #2F675F: hue angle of 171.43º 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 #2F675F is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 95 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.60 |
| HSL | 171.43º | 0.37% | 0.29% | - |
| HSV(B) | 171.43º | 0.54% | 0.4% | - |
| XYZ | 8.09 | 11.13 | 12.55 | - |
| YUV | 85.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 95 | 0.54 | 0 | 0.08 | 0.60 | 171.43 | 0.37 | 0.29 |
| Hex | 2F | 67 | 5F | 36 | 0 | 8 | 3C | AB | 25 | 1D |
| Octal | 57 | 147 | 137 | 66 | 0 | 10 | 74 | 253 | 45 | 35 |
| Binary | 101111 | 1100111 | 1011111 | 110110 | 0 | 1000 | 111100 | 10101011 | 100101 | 11101 |
Color Harmonies of #2F675F
Complementary color
Monochromatic Colors of #2F675F
Black with #2F675F
Text Example
Text Example
White with #2F675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F675F; }
p { color: rgb(47,103,95); }
H1.HeaderClassName
{
color: #2F675F;
}
.AnyTagClassName
{
color: #2F675F;
}
</style>
background-color css
<style>
a { background-color: #2F675F; }
a { background-color: rgb(47,103,95); }
div.DivClassName
{
background-color: #2F675F;
}
.BgClassName
{
background-color: #2F675F;
}
</style>
border-color css
<style>
span { border-color: #2F675F; }
span { border-color: rgb(47,103,95); }
td.TdClassName
{
border-color: #2F675F;
}
.TagClassName
{
border-color: #2F675F;
}
</style>