Shades of Eden #2F605C
Tints of Eden #2F605C
RGB
CMYK
RGB Variations
Color information
#2F605C (or 0x2F605C) is known color: Eden. HEX triplet: 2F, 60 and 5C. RGB value is (47,96,92). Sum of RGB (Red+Green+Blue) = 47+96+92=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605C is #D09FA3. Grayscale: #505050. Windows color (decimal): -13672356 or 6053935. OLE color: 6053935.
HSL color Cylindrical-coordinate representation of color #2F605C: hue angle of 175.1º 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 #2F605C is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 92 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.62 |
| HSL | 175.1º | 0.34% | 0.28% | - |
| HSV(B) | 175.1º | 0.51% | 0.38% | - |
| XYZ | 7.29 | 9.74 | 11.62 | - |
| YUV | 80.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 92 | 0.51 | 0 | 0.04 | 0.62 | 175.1 | 0.34 | 0.28 |
| Hex | 2F | 60 | 5C | 33 | 0 | 4 | 3E | AF | 22 | 1C |
| Octal | 57 | 140 | 134 | 63 | 0 | 4 | 76 | 257 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011100 | 110011 | 0 | 100 | 111110 | 10101111 | 100010 | 11100 |
Color Harmonies of #2F605C
Complementary color
Monochromatic Colors of #2F605C
Black with #2F605C
Text Example
Text Example
White with #2F605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F605C; }
p { color: rgb(47,96,92); }
H1.HeaderClassName
{
color: #2F605C;
}
.AnyTagClassName
{
color: #2F605C;
}
</style>
background-color css
<style>
a { background-color: #2F605C; }
a { background-color: rgb(47,96,92); }
div.DivClassName
{
background-color: #2F605C;
}
.BgClassName
{
background-color: #2F605C;
}
</style>
border-color css
<style>
span { border-color: #2F605C; }
span { border-color: rgb(47,96,92); }
td.TdClassName
{
border-color: #2F605C;
}
.TagClassName
{
border-color: #2F605C;
}
</style>