Shades of Eden #2B615C
Tints of Eden #2B615C
RGB
CMYK
RGB Variations
Color information
#2B615C (or 0x2B615C) is known color: Eden. HEX triplet: 2B, 61 and 5C. RGB value is (43,97,92). Sum of RGB (Red+Green+Blue) = 43+97+92=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #2B615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B615C is #D49EA3. Grayscale: #505050. Windows color (decimal): -13934244 or 6054187. OLE color: 6054187.
HSL color Cylindrical-coordinate representation of color #2B615C: hue angle of 174.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B615C is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 92 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.62 |
| HSL | 174.44º | 0.39% | 0.27% | - |
| HSV(B) | 174.44º | 0.56% | 0.38% | - |
| XYZ | 7.2 | 9.84 | 11.64 | - |
| YUV | 80.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 92 | 0.56 | 0 | 0.05 | 0.62 | 174.44 | 0.39 | 0.27 |
| Hex | 2B | 61 | 5C | 38 | 0 | 5 | 3E | AE | 27 | 1B |
| Octal | 53 | 141 | 134 | 70 | 0 | 5 | 76 | 256 | 47 | 33 |
| Binary | 101011 | 1100001 | 1011100 | 111000 | 0 | 101 | 111110 | 10101110 | 100111 | 11011 |
Color Harmonies of #2B615C
Complementary color
Monochromatic Colors of #2B615C
Black with #2B615C
Text Example
Text Example
White with #2B615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B615C; }
p { color: rgb(43,97,92); }
H1.HeaderClassName
{
color: #2B615C;
}
.AnyTagClassName
{
color: #2B615C;
}
</style>
background-color css
<style>
a { background-color: #2B615C; }
a { background-color: rgb(43,97,92); }
div.DivClassName
{
background-color: #2B615C;
}
.BgClassName
{
background-color: #2B615C;
}
</style>
border-color css
<style>
span { border-color: #2B615C; }
span { border-color: rgb(43,97,92); }
td.TdClassName
{
border-color: #2B615C;
}
.TagClassName
{
border-color: #2B615C;
}
</style>