Shades of Eden #2F605B
Tints of Eden #2F605B
RGB
CMYK
RGB Variations
Color information
#2F605B (or 0x2F605B) is known color: Eden. HEX triplet: 2F, 60 and 5B. RGB value is (47,96,91). Sum of RGB (Red+Green+Blue) = 47+96+91=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605B is #D09FA4. Grayscale: #505050. Windows color (decimal): -13672357 or 5988399. OLE color: 5988399.
HSL color Cylindrical-coordinate representation of color #2F605B: hue angle of 173.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F605B is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 91 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.62 |
| HSL | 173.88º | 0.34% | 0.28% | - |
| HSV(B) | 173.88º | 0.51% | 0.38% | - |
| XYZ | 7.24 | 9.73 | 11.39 | - |
| YUV | 80.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 91 | 0.51 | 0 | 0.05 | 0.62 | 173.88 | 0.34 | 0.28 |
| Hex | 2F | 60 | 5B | 33 | 0 | 5 | 3E | AE | 22 | 1C |
| Octal | 57 | 140 | 133 | 63 | 0 | 5 | 76 | 256 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011011 | 110011 | 0 | 101 | 111110 | 10101110 | 100010 | 11100 |
Color Harmonies of #2F605B
Complementary color
Monochromatic Colors of #2F605B
Black with #2F605B
Text Example
Text Example
White with #2F605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F605B; }
p { color: rgb(47,96,91); }
H1.HeaderClassName
{
color: #2F605B;
}
.AnyTagClassName
{
color: #2F605B;
}
</style>
background-color css
<style>
a { background-color: #2F605B; }
a { background-color: rgb(47,96,91); }
div.DivClassName
{
background-color: #2F605B;
}
.BgClassName
{
background-color: #2F605B;
}
</style>
border-color css
<style>
span { border-color: #2F605B; }
span { border-color: rgb(47,96,91); }
td.TdClassName
{
border-color: #2F605B;
}
.TagClassName
{
border-color: #2F605B;
}
</style>