Shades of Eden #2F625C
Tints of Eden #2F625C
RGB
CMYK
RGB Variations
Color information
#2F625C (or 0x2F625C) is known color: Eden. HEX triplet: 2F, 62 and 5C. RGB value is (47,98,92). Sum of RGB (Red+Green+Blue) = 47+98+92=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #2F625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F625C is #D09DA3. Grayscale: #525252. Windows color (decimal): -13671844 or 6054447. OLE color: 6054447.
HSL color Cylindrical-coordinate representation of color #2F625C: hue angle of 172.94º 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 #2F625C is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 92 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.62 |
| HSL | 172.94º | 0.35% | 0.28% | - |
| HSV(B) | 172.94º | 0.52% | 0.38% | - |
| XYZ | 7.47 | 10.11 | 11.68 | - |
| YUV | 82.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 92 | 0.52 | 0 | 0.06 | 0.62 | 172.94 | 0.35 | 0.28 |
| Hex | 2F | 62 | 5C | 34 | 0 | 6 | 3E | AD | 23 | 1C |
| Octal | 57 | 142 | 134 | 64 | 0 | 6 | 76 | 255 | 43 | 34 |
| Binary | 101111 | 1100010 | 1011100 | 110100 | 0 | 110 | 111110 | 10101101 | 100011 | 11100 |
Color Harmonies of #2F625C
Complementary color
Monochromatic Colors of #2F625C
Black with #2F625C
Text Example
Text Example
White with #2F625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F625C; }
p { color: rgb(47,98,92); }
H1.HeaderClassName
{
color: #2F625C;
}
.AnyTagClassName
{
color: #2F625C;
}
</style>
background-color css
<style>
a { background-color: #2F625C; }
a { background-color: rgb(47,98,92); }
div.DivClassName
{
background-color: #2F625C;
}
.BgClassName
{
background-color: #2F625C;
}
</style>
border-color css
<style>
span { border-color: #2F625C; }
span { border-color: rgb(47,98,92); }
td.TdClassName
{
border-color: #2F625C;
}
.TagClassName
{
border-color: #2F625C;
}
</style>