Shades of Eden #2F625D
Tints of Eden #2F625D
RGB
CMYK
RGB Variations
Color information
#2F625D (or 0x2F625D) is known color: Eden. HEX triplet: 2F, 62 and 5D. RGB value is (47,98,93). Sum of RGB (Red+Green+Blue) = 47+98+93=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #2F625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F625D is #D09DA2. Grayscale: #525252. Windows color (decimal): -13671843 or 6119983. OLE color: 6119983.
HSL color Cylindrical-coordinate representation of color #2F625D: hue angle of 174.12º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F625D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 93 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.62 |
| HSL | 174.12º | 0.35% | 0.28% | - |
| HSV(B) | 174.12º | 0.52% | 0.38% | - |
| XYZ | 7.52 | 10.13 | 11.92 | - |
| YUV | 82.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 93 | 0.52 | 0 | 0.05 | 0.62 | 174.12 | 0.35 | 0.28 |
| Hex | 2F | 62 | 5D | 34 | 0 | 5 | 3E | AE | 23 | 1C |
| Octal | 57 | 142 | 135 | 64 | 0 | 5 | 76 | 256 | 43 | 34 |
| Binary | 101111 | 1100010 | 1011101 | 110100 | 0 | 101 | 111110 | 10101110 | 100011 | 11100 |
Color Harmonies of #2F625D
Complementary color
Monochromatic Colors of #2F625D
Black with #2F625D
Text Example
Text Example
White with #2F625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F625D; }
p { color: rgb(47,98,93); }
H1.HeaderClassName
{
color: #2F625D;
}
.AnyTagClassName
{
color: #2F625D;
}
</style>
background-color css
<style>
a { background-color: #2F625D; }
a { background-color: rgb(47,98,93); }
div.DivClassName
{
background-color: #2F625D;
}
.BgClassName
{
background-color: #2F625D;
}
</style>
border-color css
<style>
span { border-color: #2F625D; }
span { border-color: rgb(47,98,93); }
td.TdClassName
{
border-color: #2F625D;
}
.TagClassName
{
border-color: #2F625D;
}
</style>