Shades of Eden #2B715A
Tints of Eden #2B715A
RGB
CMYK
RGB Variations
Color information
#2B715A (or 0x2B715A) is known color: Eden. HEX triplet: 2B, 71 and 5A. RGB value is (43,113,90). Sum of RGB (Red+Green+Blue) = 43+113+90=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #2B715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B715A is #D48EA5. Grayscale: #595959. Windows color (decimal): -13930150 or 5927211. OLE color: 5927211.
HSL color Cylindrical-coordinate representation of color #2B715A: hue angle of 160.29º 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 #2B715A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 90 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.56 |
| HSL | 160.29º | 0.45% | 0.31% | - |
| HSV(B) | 160.29º | 0.62% | 0.44% | - |
| XYZ | 8.75 | 13.06 | 11.73 | - |
| YUV | 89.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 90 | 0.62 | 0 | 0.20 | 0.56 | 160.29 | 0.45 | 0.31 |
| Hex | 2B | 71 | 5A | 3E | 0 | 14 | 38 | A0 | 2D | 1F |
| Octal | 53 | 161 | 132 | 76 | 0 | 24 | 70 | 240 | 55 | 37 |
| Binary | 101011 | 1110001 | 1011010 | 111110 | 0 | 10100 | 111000 | 10100000 | 101101 | 11111 |
Color Harmonies of #2B715A
Complementary color
Monochromatic Colors of #2B715A
Black with #2B715A
Text Example
Text Example
White with #2B715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B715A; }
p { color: rgb(43,113,90); }
H1.HeaderClassName
{
color: #2B715A;
}
.AnyTagClassName
{
color: #2B715A;
}
</style>
background-color css
<style>
a { background-color: #2B715A; }
a { background-color: rgb(43,113,90); }
div.DivClassName
{
background-color: #2B715A;
}
.BgClassName
{
background-color: #2B715A;
}
</style>
border-color css
<style>
span { border-color: #2B715A; }
span { border-color: rgb(43,113,90); }
td.TdClassName
{
border-color: #2B715A;
}
.TagClassName
{
border-color: #2B715A;
}
</style>