Shades of Eden #2B655F
Tints of Eden #2B655F
RGB
CMYK
RGB Variations
Color information
#2B655F (or 0x2B655F) is known color: Eden. HEX triplet: 2B, 65 and 5F. RGB value is (43,101,95). Sum of RGB (Red+Green+Blue) = 43+101+95=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2B655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B655F is #D49AA0. Grayscale: #525252. Windows color (decimal): -13933217 or 6251819. OLE color: 6251819.
HSL color Cylindrical-coordinate representation of color #2B655F: hue angle of 173.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B655F is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 95 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.60 |
| HSL | 173.79º | 0.4% | 0.28% | - |
| HSV(B) | 173.79º | 0.57% | 0.4% | - |
| XYZ | 7.72 | 10.65 | 12.47 | - |
| YUV | 82.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 95 | 0.57 | 0 | 0.06 | 0.60 | 173.79 | 0.4 | 0.28 |
| Hex | 2B | 65 | 5F | 39 | 0 | 6 | 3C | AE | 28 | 1C |
| Octal | 53 | 145 | 137 | 71 | 0 | 6 | 74 | 256 | 50 | 34 |
| Binary | 101011 | 1100101 | 1011111 | 111001 | 0 | 110 | 111100 | 10101110 | 101000 | 11100 |
Color Harmonies of #2B655F
Complementary color
Monochromatic Colors of #2B655F
Black with #2B655F
Text Example
Text Example
White with #2B655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B655F; }
p { color: rgb(43,101,95); }
H1.HeaderClassName
{
color: #2B655F;
}
.AnyTagClassName
{
color: #2B655F;
}
</style>
background-color css
<style>
a { background-color: #2B655F; }
a { background-color: rgb(43,101,95); }
div.DivClassName
{
background-color: #2B655F;
}
.BgClassName
{
background-color: #2B655F;
}
</style>
border-color css
<style>
span { border-color: #2B655F; }
span { border-color: rgb(43,101,95); }
td.TdClassName
{
border-color: #2B655F;
}
.TagClassName
{
border-color: #2B655F;
}
</style>