Shades of Eden #2D605C
Tints of Eden #2D605C
RGB
CMYK
RGB Variations
Color information
#2D605C (or 0x2D605C) is known color: Eden. HEX triplet: 2D, 60 and 5C. RGB value is (45,96,92). Sum of RGB (Red+Green+Blue) = 45+96+92=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #2D605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D605C is #D29FA3. Grayscale: #505050. Windows color (decimal): -13803428 or 6053933. OLE color: 6053933.
HSL color Cylindrical-coordinate representation of color #2D605C: hue angle of 175.29º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D605C is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 92 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.62 |
| HSL | 175.29º | 0.36% | 0.28% | - |
| HSV(B) | 175.29º | 0.53% | 0.38% | - |
| XYZ | 7.2 | 9.7 | 11.62 | - |
| YUV | 80.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 92 | 0.53 | 0 | 0.04 | 0.62 | 175.29 | 0.36 | 0.28 |
| Hex | 2D | 60 | 5C | 35 | 0 | 4 | 3E | AF | 24 | 1C |
| Octal | 55 | 140 | 134 | 65 | 0 | 4 | 76 | 257 | 44 | 34 |
| Binary | 101101 | 1100000 | 1011100 | 110101 | 0 | 100 | 111110 | 10101111 | 100100 | 11100 |
Color Harmonies of #2D605C
Complementary color
Monochromatic Colors of #2D605C
Black with #2D605C
Text Example
Text Example
White with #2D605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D605C; }
p { color: rgb(45,96,92); }
H1.HeaderClassName
{
color: #2D605C;
}
.AnyTagClassName
{
color: #2D605C;
}
</style>
background-color css
<style>
a { background-color: #2D605C; }
a { background-color: rgb(45,96,92); }
div.DivClassName
{
background-color: #2D605C;
}
.BgClassName
{
background-color: #2D605C;
}
</style>
border-color css
<style>
span { border-color: #2D605C; }
span { border-color: rgb(45,96,92); }
td.TdClassName
{
border-color: #2D605C;
}
.TagClassName
{
border-color: #2D605C;
}
</style>