Shades of Eden #2F655A
Tints of Eden #2F655A
RGB
CMYK
RGB Variations
Color information
#2F655A (or 0x2F655A) is known color: Eden. HEX triplet: 2F, 65 and 5A. RGB value is (47,101,90). Sum of RGB (Red+Green+Blue) = 47+101+90=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #2F655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F655A is #D09AA5. Grayscale: #535353. Windows color (decimal): -13671078 or 5924143. OLE color: 5924143.
HSL color Cylindrical-coordinate representation of color #2F655A: hue angle of 167.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F655A is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 90 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.60 |
| HSL | 167.78º | 0.36% | 0.29% | - |
| HSV(B) | 167.78º | 0.53% | 0.4% | - |
| XYZ | 7.67 | 10.65 | 11.32 | - |
| YUV | 83.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 90 | 0.53 | 0 | 0.11 | 0.60 | 167.78 | 0.36 | 0.29 |
| Hex | 2F | 65 | 5A | 35 | 0 | B | 3C | A8 | 24 | 1D |
| Octal | 57 | 145 | 132 | 65 | 0 | 13 | 74 | 250 | 44 | 35 |
| Binary | 101111 | 1100101 | 1011010 | 110101 | 0 | 1011 | 111100 | 10101000 | 100100 | 11101 |
Color Harmonies of #2F655A
Complementary color
Monochromatic Colors of #2F655A
Black with #2F655A
Text Example
Text Example
White with #2F655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F655A; }
p { color: rgb(47,101,90); }
H1.HeaderClassName
{
color: #2F655A;
}
.AnyTagClassName
{
color: #2F655A;
}
</style>
background-color css
<style>
a { background-color: #2F655A; }
a { background-color: rgb(47,101,90); }
div.DivClassName
{
background-color: #2F655A;
}
.BgClassName
{
background-color: #2F655A;
}
</style>
border-color css
<style>
span { border-color: #2F655A; }
span { border-color: rgb(47,101,90); }
td.TdClassName
{
border-color: #2F655A;
}
.TagClassName
{
border-color: #2F655A;
}
</style>