Shades of Eden #2D6657
Tints of Eden #2D6657
RGB
CMYK
RGB Variations
Color information
#2D6657 (or 0x2D6657) is known color: Eden. HEX triplet: 2D, 66 and 57. RGB value is (45,102,87). Sum of RGB (Red+Green+Blue) = 45+102+87=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6657 is #D299A8. Grayscale: #535353. Windows color (decimal): -13801897 or 5727789. OLE color: 5727789.
HSL color Cylindrical-coordinate representation of color #2D6657: hue angle of 164.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6657 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 87 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.6 |
| HSL | 164.21º | 0.39% | 0.29% | - |
| HSV(B) | 164.21º | 0.56% | 0.4% | - |
| XYZ | 7.55 | 10.75 | 10.69 | - |
| YUV | 83.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 87 | 0.56 | 0 | 0.15 | 0.6 | 164.21 | 0.39 | 0.29 |
| Hex | 2D | 66 | 57 | 38 | 0 | F | 3C | A4 | 27 | 1D |
| Octal | 55 | 146 | 127 | 70 | 0 | 17 | 74 | 244 | 47 | 35 |
| Binary | 101101 | 1100110 | 1010111 | 111000 | 0 | 1111 | 111100 | 10100100 | 100111 | 11101 |
Color Harmonies of #2D6657
Complementary color
Monochromatic Colors of #2D6657
Black with #2D6657
Text Example
Text Example
White with #2D6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6657; }
p { color: rgb(45,102,87); }
H1.HeaderClassName
{
color: #2D6657;
}
.AnyTagClassName
{
color: #2D6657;
}
</style>
background-color css
<style>
a { background-color: #2D6657; }
a { background-color: rgb(45,102,87); }
div.DivClassName
{
background-color: #2D6657;
}
.BgClassName
{
background-color: #2D6657;
}
</style>
border-color css
<style>
span { border-color: #2D6657; }
span { border-color: rgb(45,102,87); }
td.TdClassName
{
border-color: #2D6657;
}
.TagClassName
{
border-color: #2D6657;
}
</style>