Shades of Eden #2F705C
Tints of Eden #2F705C
RGB
CMYK
RGB Variations
Color information
#2F705C (or 0x2F705C) is known color: Eden. HEX triplet: 2F, 70 and 5C. RGB value is (47,112,92). Sum of RGB (Red+Green+Blue) = 47+112+92=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #2F705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F705C is #D08FA3. Grayscale: #5A5A5A. Windows color (decimal): -13668260 or 6058031. OLE color: 6058031.
HSL color Cylindrical-coordinate representation of color #2F705C: hue angle of 161.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F705C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 92 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.56 |
| HSL | 161.54º | 0.41% | 0.31% | - |
| HSV(B) | 161.54º | 0.58% | 0.44% | - |
| XYZ | 8.9 | 12.97 | 12.16 | - |
| YUV | 90.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 92 | 0.58 | 0 | 0.18 | 0.56 | 161.54 | 0.41 | 0.31 |
| Hex | 2F | 70 | 5C | 3A | 0 | 12 | 38 | A2 | 29 | 1F |
| Octal | 57 | 160 | 134 | 72 | 0 | 22 | 70 | 242 | 51 | 37 |
| Binary | 101111 | 1110000 | 1011100 | 111010 | 0 | 10010 | 111000 | 10100010 | 101001 | 11111 |
Color Harmonies of #2F705C
Complementary color
Monochromatic Colors of #2F705C
Black with #2F705C
Text Example
Text Example
White with #2F705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F705C; }
p { color: rgb(47,112,92); }
H1.HeaderClassName
{
color: #2F705C;
}
.AnyTagClassName
{
color: #2F705C;
}
</style>
background-color css
<style>
a { background-color: #2F705C; }
a { background-color: rgb(47,112,92); }
div.DivClassName
{
background-color: #2F705C;
}
.BgClassName
{
background-color: #2F705C;
}
</style>
border-color css
<style>
span { border-color: #2F705C; }
span { border-color: rgb(47,112,92); }
td.TdClassName
{
border-color: #2F705C;
}
.TagClassName
{
border-color: #2F705C;
}
</style>