Shades of Eden #2D675B
Tints of Eden #2D675B
RGB
CMYK
RGB Variations
Color information
#2D675B (or 0x2D675B) is known color: Eden. HEX triplet: 2D, 67 and 5B. RGB value is (45,103,91). Sum of RGB (Red+Green+Blue) = 45+103+91=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #2D675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D675B is #D298A4. Grayscale: #545454. Windows color (decimal): -13801637 or 5990189. OLE color: 5990189.
HSL color Cylindrical-coordinate representation of color #2D675B: hue angle of 167.59º 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 #2D675B is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 91 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.60 |
| HSL | 167.59º | 0.39% | 0.29% | - |
| HSV(B) | 167.59º | 0.56% | 0.4% | - |
| XYZ | 7.82 | 11.01 | 11.61 | - |
| YUV | 84.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 91 | 0.56 | 0 | 0.12 | 0.60 | 167.59 | 0.39 | 0.29 |
| Hex | 2D | 67 | 5B | 38 | 0 | C | 3C | A8 | 27 | 1D |
| Octal | 55 | 147 | 133 | 70 | 0 | 14 | 74 | 250 | 47 | 35 |
| Binary | 101101 | 1100111 | 1011011 | 111000 | 0 | 1100 | 111100 | 10101000 | 100111 | 11101 |
Color Harmonies of #2D675B
Complementary color
Monochromatic Colors of #2D675B
Black with #2D675B
Text Example
Text Example
White with #2D675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D675B; }
p { color: rgb(45,103,91); }
H1.HeaderClassName
{
color: #2D675B;
}
.AnyTagClassName
{
color: #2D675B;
}
</style>
background-color css
<style>
a { background-color: #2D675B; }
a { background-color: rgb(45,103,91); }
div.DivClassName
{
background-color: #2D675B;
}
.BgClassName
{
background-color: #2D675B;
}
</style>
border-color css
<style>
span { border-color: #2D675B; }
span { border-color: rgb(45,103,91); }
td.TdClassName
{
border-color: #2D675B;
}
.TagClassName
{
border-color: #2D675B;
}
</style>