Shades of Eden #2B665C
Tints of Eden #2B665C
RGB
CMYK
RGB Variations
Color information
#2B665C (or 0x2B665C) is known color: Eden. HEX triplet: 2B, 66 and 5C. RGB value is (43,102,92). Sum of RGB (Red+Green+Blue) = 43+102+92=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #2B665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B665C is #D499A3. Grayscale: #535353. Windows color (decimal): -13932964 or 6055467. OLE color: 6055467.
HSL color Cylindrical-coordinate representation of color #2B665C: hue angle of 169.83º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B665C is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 92 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.6 |
| HSL | 169.83º | 0.41% | 0.28% | - |
| HSV(B) | 169.83º | 0.58% | 0.4% | - |
| XYZ | 7.68 | 10.79 | 11.8 | - |
| YUV | 83.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 92 | 0.58 | 0 | 0.10 | 0.6 | 169.83 | 0.41 | 0.28 |
| Hex | 2B | 66 | 5C | 3A | 0 | A | 3C | AA | 29 | 1C |
| Octal | 53 | 146 | 134 | 72 | 0 | 12 | 74 | 252 | 51 | 34 |
| Binary | 101011 | 1100110 | 1011100 | 111010 | 0 | 1010 | 111100 | 10101010 | 101001 | 11100 |
Color Harmonies of #2B665C
Complementary color
Monochromatic Colors of #2B665C
Black with #2B665C
Text Example
Text Example
White with #2B665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B665C; }
p { color: rgb(43,102,92); }
H1.HeaderClassName
{
color: #2B665C;
}
.AnyTagClassName
{
color: #2B665C;
}
</style>
background-color css
<style>
a { background-color: #2B665C; }
a { background-color: rgb(43,102,92); }
div.DivClassName
{
background-color: #2B665C;
}
.BgClassName
{
background-color: #2B665C;
}
</style>
border-color css
<style>
span { border-color: #2B665C; }
span { border-color: rgb(43,102,92); }
td.TdClassName
{
border-color: #2B665C;
}
.TagClassName
{
border-color: #2B665C;
}
</style>