Shades of Eden #2F635C
Tints of Eden #2F635C
RGB
CMYK
RGB Variations
Color information
#2F635C (or 0x2F635C) is known color: Eden. HEX triplet: 2F, 63 and 5C. RGB value is (47,99,92). Sum of RGB (Red+Green+Blue) = 47+99+92=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #2F635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F635C is #D09CA3. Grayscale: #525252. Windows color (decimal): -13671588 or 6054703. OLE color: 6054703.
HSL color Cylindrical-coordinate representation of color #2F635C: hue angle of 171.92º 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 #2F635C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 92 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.61 |
| HSL | 171.92º | 0.36% | 0.29% | - |
| HSV(B) | 171.92º | 0.53% | 0.39% | - |
| XYZ | 7.57 | 10.3 | 11.71 | - |
| YUV | 82.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 92 | 0.53 | 0 | 0.07 | 0.61 | 171.92 | 0.36 | 0.29 |
| Hex | 2F | 63 | 5C | 35 | 0 | 7 | 3D | AC | 24 | 1D |
| Octal | 57 | 143 | 134 | 65 | 0 | 7 | 75 | 254 | 44 | 35 |
| Binary | 101111 | 1100011 | 1011100 | 110101 | 0 | 111 | 111101 | 10101100 | 100100 | 11101 |
Color Harmonies of #2F635C
Complementary color
Monochromatic Colors of #2F635C
Black with #2F635C
Text Example
Text Example
White with #2F635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F635C; }
p { color: rgb(47,99,92); }
H1.HeaderClassName
{
color: #2F635C;
}
.AnyTagClassName
{
color: #2F635C;
}
</style>
background-color css
<style>
a { background-color: #2F635C; }
a { background-color: rgb(47,99,92); }
div.DivClassName
{
background-color: #2F635C;
}
.BgClassName
{
background-color: #2F635C;
}
</style>
border-color css
<style>
span { border-color: #2F635C; }
span { border-color: rgb(47,99,92); }
td.TdClassName
{
border-color: #2F635C;
}
.TagClassName
{
border-color: #2F635C;
}
</style>