Shades of Eden #2B715B
Tints of Eden #2B715B
RGB
CMYK
RGB Variations
Color information
#2B715B (or 0x2B715B) is known color: Eden. HEX triplet: 2B, 71 and 5B. RGB value is (43,113,91). Sum of RGB (Red+Green+Blue) = 43+113+91=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #2B715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B715B is #D48EA4. Grayscale: #595959. Windows color (decimal): -13930149 or 5992747. OLE color: 5992747.
HSL color Cylindrical-coordinate representation of color #2B715B: hue angle of 161.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B715B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 91 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.56 |
| HSL | 161.14º | 0.45% | 0.31% | - |
| HSV(B) | 161.14º | 0.62% | 0.44% | - |
| XYZ | 8.79 | 13.08 | 11.96 | - |
| YUV | 89.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 91 | 0.62 | 0 | 0.19 | 0.56 | 161.14 | 0.45 | 0.31 |
| Hex | 2B | 71 | 5B | 3E | 0 | 13 | 38 | A1 | 2D | 1F |
| Octal | 53 | 161 | 133 | 76 | 0 | 23 | 70 | 241 | 55 | 37 |
| Binary | 101011 | 1110001 | 1011011 | 111110 | 0 | 10011 | 111000 | 10100001 | 101101 | 11111 |
Color Harmonies of #2B715B
Complementary color
Monochromatic Colors of #2B715B
Black with #2B715B
Text Example
Text Example
White with #2B715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B715B; }
p { color: rgb(43,113,91); }
H1.HeaderClassName
{
color: #2B715B;
}
.AnyTagClassName
{
color: #2B715B;
}
</style>
background-color css
<style>
a { background-color: #2B715B; }
a { background-color: rgb(43,113,91); }
div.DivClassName
{
background-color: #2B715B;
}
.BgClassName
{
background-color: #2B715B;
}
</style>
border-color css
<style>
span { border-color: #2B715B; }
span { border-color: rgb(43,113,91); }
td.TdClassName
{
border-color: #2B715B;
}
.TagClassName
{
border-color: #2B715B;
}
</style>