Shades of Eden #2D6A5C
Tints of Eden #2D6A5C
RGB
CMYK
RGB Variations
Color information
#2D6A5C (or 0x2D6A5C) is known color: Eden. HEX triplet: 2D, 6A and 5C. RGB value is (45,106,92). Sum of RGB (Red+Green+Blue) = 45+106+92=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A5C is #D295A3. Grayscale: #565656. Windows color (decimal): -13800868 or 6056493. OLE color: 6056493.
HSL color Cylindrical-coordinate representation of color #2D6A5C: hue angle of 166.23º degrees, saturation: 0.4, 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 #2D6A5C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 92 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.58 |
| HSL | 166.23º | 0.4% | 0.3% | - |
| HSV(B) | 166.23º | 0.58% | 0.42% | - |
| XYZ | 8.17 | 11.64 | 11.94 | - |
| YUV | 86.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 92 | 0.58 | 0 | 0.13 | 0.58 | 166.23 | 0.4 | 0.3 |
| Hex | 2D | 6A | 5C | 3A | 0 | D | 3A | A6 | 28 | 1E |
| Octal | 55 | 152 | 134 | 72 | 0 | 15 | 72 | 246 | 50 | 36 |
| Binary | 101101 | 1101010 | 1011100 | 111010 | 0 | 1101 | 111010 | 10100110 | 101000 | 11110 |
Color Harmonies of #2D6A5C
Complementary color
Monochromatic Colors of #2D6A5C
Black with #2D6A5C
Text Example
Text Example
White with #2D6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A5C; }
p { color: rgb(45,106,92); }
H1.HeaderClassName
{
color: #2D6A5C;
}
.AnyTagClassName
{
color: #2D6A5C;
}
</style>
background-color css
<style>
a { background-color: #2D6A5C; }
a { background-color: rgb(45,106,92); }
div.DivClassName
{
background-color: #2D6A5C;
}
.BgClassName
{
background-color: #2D6A5C;
}
</style>
border-color css
<style>
span { border-color: #2D6A5C; }
span { border-color: rgb(45,106,92); }
td.TdClassName
{
border-color: #2D6A5C;
}
.TagClassName
{
border-color: #2D6A5C;
}
</style>