Shades of Eden #2D6562
Tints of Eden #2D6562
RGB
CMYK
RGB Variations
Color information
#2D6562 (or 0x2D6562) is known color: Eden. HEX triplet: 2D, 65 and 62. RGB value is (45,101,98). Sum of RGB (Red+Green+Blue) = 45+101+98=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6562 is #D29A9D. Grayscale: #535353. Windows color (decimal): -13802142 or 6448429. OLE color: 6448429.
HSL color Cylindrical-coordinate representation of color #2D6562: hue angle of 176.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6562 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 98 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.60 |
| HSL | 176.79º | 0.38% | 0.29% | - |
| HSV(B) | 176.79º | 0.55% | 0.4% | - |
| XYZ | 7.94 | 10.75 | 13.21 | - |
| YUV | 83.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 98 | 0.55 | 0 | 0.03 | 0.60 | 176.79 | 0.38 | 0.29 |
| Hex | 2D | 65 | 62 | 37 | 0 | 3 | 3C | B1 | 26 | 1D |
| Octal | 55 | 145 | 142 | 67 | 0 | 3 | 74 | 261 | 46 | 35 |
| Binary | 101101 | 1100101 | 1100010 | 110111 | 0 | 11 | 111100 | 10110001 | 100110 | 11101 |
Color Harmonies of #2D6562
Complementary color
Monochromatic Colors of #2D6562
Black with #2D6562
Text Example
Text Example
White with #2D6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6562; }
p { color: rgb(45,101,98); }
H1.HeaderClassName
{
color: #2D6562;
}
.AnyTagClassName
{
color: #2D6562;
}
</style>
background-color css
<style>
a { background-color: #2D6562; }
a { background-color: rgb(45,101,98); }
div.DivClassName
{
background-color: #2D6562;
}
.BgClassName
{
background-color: #2D6562;
}
</style>
border-color css
<style>
span { border-color: #2D6562; }
span { border-color: rgb(45,101,98); }
td.TdClassName
{
border-color: #2D6562;
}
.TagClassName
{
border-color: #2D6562;
}
</style>