Shades of Eden #2D6B5F
Tints of Eden #2D6B5F
RGB
CMYK
RGB Variations
Color information
#2D6B5F (or 0x2D6B5F) is known color: Eden. HEX triplet: 2D, 6B and 5F. RGB value is (45,107,95). Sum of RGB (Red+Green+Blue) = 45+107+95=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B5F is #D294A0. Grayscale: #575757. Windows color (decimal): -13800609 or 6253357. OLE color: 6253357.
HSL color Cylindrical-coordinate representation of color #2D6B5F: hue angle of 168.39º degrees, saturation: 0.41, 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 #2D6B5F is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 95 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.58 |
| HSL | 168.39º | 0.41% | 0.3% | - |
| HSV(B) | 168.39º | 0.58% | 0.42% | - |
| XYZ | 8.41 | 11.9 | 12.68 | - |
| YUV | 87.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 95 | 0.58 | 0 | 0.11 | 0.58 | 168.39 | 0.41 | 0.3 |
| Hex | 2D | 6B | 5F | 3A | 0 | B | 3A | A8 | 29 | 1E |
| Octal | 55 | 153 | 137 | 72 | 0 | 13 | 72 | 250 | 51 | 36 |
| Binary | 101101 | 1101011 | 1011111 | 111010 | 0 | 1011 | 111010 | 10101000 | 101001 | 11110 |
Color Harmonies of #2D6B5F
Complementary color
Monochromatic Colors of #2D6B5F
Black with #2D6B5F
Text Example
Text Example
White with #2D6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B5F; }
p { color: rgb(45,107,95); }
H1.HeaderClassName
{
color: #2D6B5F;
}
.AnyTagClassName
{
color: #2D6B5F;
}
</style>
background-color css
<style>
a { background-color: #2D6B5F; }
a { background-color: rgb(45,107,95); }
div.DivClassName
{
background-color: #2D6B5F;
}
.BgClassName
{
background-color: #2D6B5F;
}
</style>
border-color css
<style>
span { border-color: #2D6B5F; }
span { border-color: rgb(45,107,95); }
td.TdClassName
{
border-color: #2D6B5F;
}
.TagClassName
{
border-color: #2D6B5F;
}
</style>