Shades of Eden #2D6A5A
Tints of Eden #2D6A5A
RGB
CMYK
RGB Variations
Color information
#2D6A5A (or 0x2D6A5A) is known color: Eden. HEX triplet: 2D, 6A and 5A. RGB value is (45,106,90). Sum of RGB (Red+Green+Blue) = 45+106+90=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A5A is #D295A5. Grayscale: #555555. Windows color (decimal): -13800870 or 5925421. OLE color: 5925421.
HSL color Cylindrical-coordinate representation of color #2D6A5A: hue angle of 164.26º 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 #2D6A5A is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 90 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.58 |
| HSL | 164.26º | 0.4% | 0.3% | - |
| HSV(B) | 164.26º | 0.58% | 0.42% | - |
| XYZ | 8.08 | 11.6 | 11.49 | - |
| YUV | 85.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 90 | 0.58 | 0 | 0.15 | 0.58 | 164.26 | 0.4 | 0.3 |
| Hex | 2D | 6A | 5A | 3A | 0 | F | 3A | A4 | 28 | 1E |
| Octal | 55 | 152 | 132 | 72 | 0 | 17 | 72 | 244 | 50 | 36 |
| Binary | 101101 | 1101010 | 1011010 | 111010 | 0 | 1111 | 111010 | 10100100 | 101000 | 11110 |
Color Harmonies of #2D6A5A
Complementary color
Monochromatic Colors of #2D6A5A
Black with #2D6A5A
Text Example
Text Example
White with #2D6A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A5A; }
p { color: rgb(45,106,90); }
H1.HeaderClassName
{
color: #2D6A5A;
}
.AnyTagClassName
{
color: #2D6A5A;
}
</style>
background-color css
<style>
a { background-color: #2D6A5A; }
a { background-color: rgb(45,106,90); }
div.DivClassName
{
background-color: #2D6A5A;
}
.BgClassName
{
background-color: #2D6A5A;
}
</style>
border-color css
<style>
span { border-color: #2D6A5A; }
span { border-color: rgb(45,106,90); }
td.TdClassName
{
border-color: #2D6A5A;
}
.TagClassName
{
border-color: #2D6A5A;
}
</style>