Shades of Eden #2B645D
Tints of Eden #2B645D
RGB
CMYK
RGB Variations
Color information
#2B645D (or 0x2B645D) is known color: Eden. HEX triplet: 2B, 64 and 5D. RGB value is (43,100,93). Sum of RGB (Red+Green+Blue) = 43+100+93=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #2B645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B645D is #D49BA2. Grayscale: #525252. Windows color (decimal): -13933475 or 6120491. OLE color: 6120491.
HSL color Cylindrical-coordinate representation of color #2B645D: hue angle of 172.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B645D is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 93 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.61 |
| HSL | 172.63º | 0.4% | 0.28% | - |
| HSV(B) | 172.63º | 0.57% | 0.39% | - |
| XYZ | 7.53 | 10.42 | 11.97 | - |
| YUV | 82.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 93 | 0.57 | 0 | 0.07 | 0.61 | 172.63 | 0.4 | 0.28 |
| Hex | 2B | 64 | 5D | 39 | 0 | 7 | 3D | AD | 28 | 1C |
| Octal | 53 | 144 | 135 | 71 | 0 | 7 | 75 | 255 | 50 | 34 |
| Binary | 101011 | 1100100 | 1011101 | 111001 | 0 | 111 | 111101 | 10101101 | 101000 | 11100 |
Color Harmonies of #2B645D
Complementary color
Monochromatic Colors of #2B645D
Black with #2B645D
Text Example
Text Example
White with #2B645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B645D; }
p { color: rgb(43,100,93); }
H1.HeaderClassName
{
color: #2B645D;
}
.AnyTagClassName
{
color: #2B645D;
}
</style>
background-color css
<style>
a { background-color: #2B645D; }
a { background-color: rgb(43,100,93); }
div.DivClassName
{
background-color: #2B645D;
}
.BgClassName
{
background-color: #2B645D;
}
</style>
border-color css
<style>
span { border-color: #2B645D; }
span { border-color: rgb(43,100,93); }
td.TdClassName
{
border-color: #2B645D;
}
.TagClassName
{
border-color: #2B645D;
}
</style>