Shades of Eden #2D615C
Tints of Eden #2D615C
RGB
CMYK
RGB Variations
Color information
#2D615C (or 0x2D615C) is known color: Eden. HEX triplet: 2D, 61 and 5C. RGB value is (45,97,92). Sum of RGB (Red+Green+Blue) = 45+97+92=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #2D615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D615C is #D29EA3. Grayscale: #505050. Windows color (decimal): -13803172 or 6054189. OLE color: 6054189.
HSL color Cylindrical-coordinate representation of color #2D615C: hue angle of 174.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D615C is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 92 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.62 |
| HSL | 174.23º | 0.37% | 0.28% | - |
| HSV(B) | 174.23º | 0.54% | 0.38% | - |
| XYZ | 7.29 | 9.88 | 11.65 | - |
| YUV | 80.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 92 | 0.54 | 0 | 0.05 | 0.62 | 174.23 | 0.37 | 0.28 |
| Hex | 2D | 61 | 5C | 36 | 0 | 5 | 3E | AE | 25 | 1C |
| Octal | 55 | 141 | 134 | 66 | 0 | 5 | 76 | 256 | 45 | 34 |
| Binary | 101101 | 1100001 | 1011100 | 110110 | 0 | 101 | 111110 | 10101110 | 100101 | 11100 |
Color Harmonies of #2D615C
Complementary color
Monochromatic Colors of #2D615C
Black with #2D615C
Text Example
Text Example
White with #2D615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D615C; }
p { color: rgb(45,97,92); }
H1.HeaderClassName
{
color: #2D615C;
}
.AnyTagClassName
{
color: #2D615C;
}
</style>
background-color css
<style>
a { background-color: #2D615C; }
a { background-color: rgb(45,97,92); }
div.DivClassName
{
background-color: #2D615C;
}
.BgClassName
{
background-color: #2D615C;
}
</style>
border-color css
<style>
span { border-color: #2D615C; }
span { border-color: rgb(45,97,92); }
td.TdClassName
{
border-color: #2D615C;
}
.TagClassName
{
border-color: #2D615C;
}
</style>