Shades of Eden #2F635B
Tints of Eden #2F635B
RGB
CMYK
RGB Variations
Color information
#2F635B (or 0x2F635B) is known color: Eden. HEX triplet: 2F, 63 and 5B. RGB value is (47,99,91). Sum of RGB (Red+Green+Blue) = 47+99+91=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #2F635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F635B is #D09CA4. Grayscale: #525252. Windows color (decimal): -13671589 or 5989167. OLE color: 5989167.
HSL color Cylindrical-coordinate representation of color #2F635B: hue angle of 170.77º 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 #2F635B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 91 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.61 |
| HSL | 170.77º | 0.36% | 0.29% | - |
| HSV(B) | 170.77º | 0.53% | 0.39% | - |
| XYZ | 7.52 | 10.28 | 11.49 | - |
| YUV | 82.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 91 | 0.53 | 0 | 0.08 | 0.61 | 170.77 | 0.36 | 0.29 |
| Hex | 2F | 63 | 5B | 35 | 0 | 8 | 3D | AB | 24 | 1D |
| Octal | 57 | 143 | 133 | 65 | 0 | 10 | 75 | 253 | 44 | 35 |
| Binary | 101111 | 1100011 | 1011011 | 110101 | 0 | 1000 | 111101 | 10101011 | 100100 | 11101 |
Color Harmonies of #2F635B
Complementary color
Monochromatic Colors of #2F635B
Black with #2F635B
Text Example
Text Example
White with #2F635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F635B; }
p { color: rgb(47,99,91); }
H1.HeaderClassName
{
color: #2F635B;
}
.AnyTagClassName
{
color: #2F635B;
}
</style>
background-color css
<style>
a { background-color: #2F635B; }
a { background-color: rgb(47,99,91); }
div.DivClassName
{
background-color: #2F635B;
}
.BgClassName
{
background-color: #2F635B;
}
</style>
border-color css
<style>
span { border-color: #2F635B; }
span { border-color: rgb(47,99,91); }
td.TdClassName
{
border-color: #2F635B;
}
.TagClassName
{
border-color: #2F635B;
}
</style>