Shades of Eden #2D6A5B
Tints of Eden #2D6A5B
RGB
CMYK
RGB Variations
Color information
#2D6A5B (or 0x2D6A5B) is known color: Eden. HEX triplet: 2D, 6A and 5B. RGB value is (45,106,91). Sum of RGB (Red+Green+Blue) = 45+106+91=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A5B is #D295A4. Grayscale: #565656. Windows color (decimal): -13800869 or 5990957. OLE color: 5990957.
HSL color Cylindrical-coordinate representation of color #2D6A5B: hue angle of 165.25º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A5B is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 91 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.58 |
| HSL | 165.25º | 0.4% | 0.3% | - |
| HSV(B) | 165.25º | 0.58% | 0.42% | - |
| XYZ | 8.12 | 11.62 | 11.71 | - |
| YUV | 86.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 91 | 0.58 | 0 | 0.14 | 0.58 | 165.25 | 0.4 | 0.3 |
| Hex | 2D | 6A | 5B | 3A | 0 | E | 3A | A5 | 28 | 1E |
| Octal | 55 | 152 | 133 | 72 | 0 | 16 | 72 | 245 | 50 | 36 |
| Binary | 101101 | 1101010 | 1011011 | 111010 | 0 | 1110 | 111010 | 10100101 | 101000 | 11110 |
Color Harmonies of #2D6A5B
Complementary color
Monochromatic Colors of #2D6A5B
Black with #2D6A5B
Text Example
Text Example
White with #2D6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A5B; }
p { color: rgb(45,106,91); }
H1.HeaderClassName
{
color: #2D6A5B;
}
.AnyTagClassName
{
color: #2D6A5B;
}
</style>
background-color css
<style>
a { background-color: #2D6A5B; }
a { background-color: rgb(45,106,91); }
div.DivClassName
{
background-color: #2D6A5B;
}
.BgClassName
{
background-color: #2D6A5B;
}
</style>
border-color css
<style>
span { border-color: #2D6A5B; }
span { border-color: rgb(45,106,91); }
td.TdClassName
{
border-color: #2D6A5B;
}
.TagClassName
{
border-color: #2D6A5B;
}
</style>