Shades of Eden #2F635E
Tints of Eden #2F635E
RGB
CMYK
RGB Variations
Color information
#2F635E (or 0x2F635E) is known color: Eden. HEX triplet: 2F, 63 and 5E. RGB value is (47,99,94). Sum of RGB (Red+Green+Blue) = 47+99+94=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #2F635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F635E is #D09CA1. Grayscale: #525252. Windows color (decimal): -13671586 or 6185775. OLE color: 6185775.
HSL color Cylindrical-coordinate representation of color #2F635E: hue angle of 174.23º 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 #2F635E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 94 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.61 |
| HSL | 174.23º | 0.36% | 0.29% | - |
| HSV(B) | 174.23º | 0.53% | 0.39% | - |
| XYZ | 7.65 | 10.34 | 12.18 | - |
| YUV | 82.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 94 | 0.53 | 0 | 0.05 | 0.61 | 174.23 | 0.36 | 0.29 |
| Hex | 2F | 63 | 5E | 35 | 0 | 5 | 3D | AE | 24 | 1D |
| Octal | 57 | 143 | 136 | 65 | 0 | 5 | 75 | 256 | 44 | 35 |
| Binary | 101111 | 1100011 | 1011110 | 110101 | 0 | 101 | 111101 | 10101110 | 100100 | 11101 |
Color Harmonies of #2F635E
Complementary color
Monochromatic Colors of #2F635E
Black with #2F635E
Text Example
Text Example
White with #2F635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F635E; }
p { color: rgb(47,99,94); }
H1.HeaderClassName
{
color: #2F635E;
}
.AnyTagClassName
{
color: #2F635E;
}
</style>
background-color css
<style>
a { background-color: #2F635E; }
a { background-color: rgb(47,99,94); }
div.DivClassName
{
background-color: #2F635E;
}
.BgClassName
{
background-color: #2F635E;
}
</style>
border-color css
<style>
span { border-color: #2F635E; }
span { border-color: rgb(47,99,94); }
td.TdClassName
{
border-color: #2F635E;
}
.TagClassName
{
border-color: #2F635E;
}
</style>