Shades of Eden #2D6761
Tints of Eden #2D6761
RGB
CMYK
RGB Variations
Color information
#2D6761 (or 0x2D6761) is known color: Eden. HEX triplet: 2D, 67 and 61. RGB value is (45,103,97). Sum of RGB (Red+Green+Blue) = 45+103+97=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6761 is #D2989E. Grayscale: #545454. Windows color (decimal): -13801631 or 6383405. OLE color: 6383405.
HSL color Cylindrical-coordinate representation of color #2D6761: hue angle of 173.79º 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 #2D6761 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 97 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.60 |
| HSL | 173.79º | 0.39% | 0.29% | - |
| HSV(B) | 173.79º | 0.56% | 0.4% | - |
| XYZ | 8.09 | 11.12 | 13.03 | - |
| YUV | 84.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 97 | 0.56 | 0 | 0.06 | 0.60 | 173.79 | 0.39 | 0.29 |
| Hex | 2D | 67 | 61 | 38 | 0 | 6 | 3C | AE | 27 | 1D |
| Octal | 55 | 147 | 141 | 70 | 0 | 6 | 74 | 256 | 47 | 35 |
| Binary | 101101 | 1100111 | 1100001 | 111000 | 0 | 110 | 111100 | 10101110 | 100111 | 11101 |
Color Harmonies of #2D6761
Complementary color
Monochromatic Colors of #2D6761
Black with #2D6761
Text Example
Text Example
White with #2D6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6761; }
p { color: rgb(45,103,97); }
H1.HeaderClassName
{
color: #2D6761;
}
.AnyTagClassName
{
color: #2D6761;
}
</style>
background-color css
<style>
a { background-color: #2D6761; }
a { background-color: rgb(45,103,97); }
div.DivClassName
{
background-color: #2D6761;
}
.BgClassName
{
background-color: #2D6761;
}
</style>
border-color css
<style>
span { border-color: #2D6761; }
span { border-color: rgb(45,103,97); }
td.TdClassName
{
border-color: #2D6761;
}
.TagClassName
{
border-color: #2D6761;
}
</style>