Shades of Eden #2B715D
Tints of Eden #2B715D
RGB
CMYK
RGB Variations
Color information
#2B715D (or 0x2B715D) is known color: Eden. HEX triplet: 2B, 71 and 5D. RGB value is (43,113,93). Sum of RGB (Red+Green+Blue) = 43+113+93=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #2B715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B715D is #D48EA2. Grayscale: #595959. Windows color (decimal): -13930147 or 6123819. OLE color: 6123819.
HSL color Cylindrical-coordinate representation of color #2B715D: hue angle of 162.86º 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 #2B715D is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 93 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.56 |
| HSL | 162.86º | 0.45% | 0.31% | - |
| HSV(B) | 162.86º | 0.62% | 0.44% | - |
| XYZ | 8.88 | 13.11 | 12.42 | - |
| YUV | 89.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 93 | 0.62 | 0 | 0.18 | 0.56 | 162.86 | 0.45 | 0.31 |
| Hex | 2B | 71 | 5D | 3E | 0 | 12 | 38 | A3 | 2D | 1F |
| Octal | 53 | 161 | 135 | 76 | 0 | 22 | 70 | 243 | 55 | 37 |
| Binary | 101011 | 1110001 | 1011101 | 111110 | 0 | 10010 | 111000 | 10100011 | 101101 | 11111 |
Color Harmonies of #2B715D
Complementary color
Monochromatic Colors of #2B715D
Black with #2B715D
Text Example
Text Example
White with #2B715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B715D; }
p { color: rgb(43,113,93); }
H1.HeaderClassName
{
color: #2B715D;
}
.AnyTagClassName
{
color: #2B715D;
}
</style>
background-color css
<style>
a { background-color: #2B715D; }
a { background-color: rgb(43,113,93); }
div.DivClassName
{
background-color: #2B715D;
}
.BgClassName
{
background-color: #2B715D;
}
</style>
border-color css
<style>
span { border-color: #2B715D; }
span { border-color: rgb(43,113,93); }
td.TdClassName
{
border-color: #2B715D;
}
.TagClassName
{
border-color: #2B715D;
}
</style>