Shades of Eden #2F635D
Tints of Eden #2F635D
RGB
CMYK
RGB Variations
Color information
#2F635D (or 0x2F635D) is known color: Eden. HEX triplet: 2F, 63 and 5D. RGB value is (47,99,93). Sum of RGB (Red+Green+Blue) = 47+99+93=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #2F635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F635D is #D09CA2. Grayscale: #525252. Windows color (decimal): -13671587 or 6120239. OLE color: 6120239.
HSL color Cylindrical-coordinate representation of color #2F635D: hue angle of 173.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F635D is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 93 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.61 |
| HSL | 173.08º | 0.36% | 0.29% | - |
| HSV(B) | 173.08º | 0.53% | 0.39% | - |
| XYZ | 7.61 | 10.32 | 11.95 | - |
| YUV | 82.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 93 | 0.53 | 0 | 0.06 | 0.61 | 173.08 | 0.36 | 0.29 |
| Hex | 2F | 63 | 5D | 35 | 0 | 6 | 3D | AD | 24 | 1D |
| Octal | 57 | 143 | 135 | 65 | 0 | 6 | 75 | 255 | 44 | 35 |
| Binary | 101111 | 1100011 | 1011101 | 110101 | 0 | 110 | 111101 | 10101101 | 100100 | 11101 |
Color Harmonies of #2F635D
Complementary color
Monochromatic Colors of #2F635D
Black with #2F635D
Text Example
Text Example
White with #2F635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F635D; }
p { color: rgb(47,99,93); }
H1.HeaderClassName
{
color: #2F635D;
}
.AnyTagClassName
{
color: #2F635D;
}
</style>
background-color css
<style>
a { background-color: #2F635D; }
a { background-color: rgb(47,99,93); }
div.DivClassName
{
background-color: #2F635D;
}
.BgClassName
{
background-color: #2F635D;
}
</style>
border-color css
<style>
span { border-color: #2F635D; }
span { border-color: rgb(47,99,93); }
td.TdClassName
{
border-color: #2F635D;
}
.TagClassName
{
border-color: #2F635D;
}
</style>