Shades of Eden #2B695E
Tints of Eden #2B695E
RGB
CMYK
RGB Variations
Color information
#2B695E (or 0x2B695E) is known color: Eden. HEX triplet: 2B, 69 and 5E. RGB value is (43,105,94). Sum of RGB (Red+Green+Blue) = 43+105+94=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #2B695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B695E is #D496A1. Grayscale: #555555. Windows color (decimal): -13932194 or 6187307. OLE color: 6187307.
HSL color Cylindrical-coordinate representation of color #2B695E: hue angle of 169.35º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B695E is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 94 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.59 |
| HSL | 169.35º | 0.42% | 0.29% | - |
| HSV(B) | 169.35º | 0.59% | 0.41% | - |
| XYZ | 8.07 | 11.42 | 12.37 | - |
| YUV | 85.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 94 | 0.59 | 0 | 0.10 | 0.59 | 169.35 | 0.42 | 0.29 |
| Hex | 2B | 69 | 5E | 3B | 0 | A | 3B | A9 | 2A | 1D |
| Octal | 53 | 151 | 136 | 73 | 0 | 12 | 73 | 251 | 52 | 35 |
| Binary | 101011 | 1101001 | 1011110 | 111011 | 0 | 1010 | 111011 | 10101001 | 101010 | 11101 |
Color Harmonies of #2B695E
Complementary color
Monochromatic Colors of #2B695E
Black with #2B695E
Text Example
Text Example
White with #2B695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B695E; }
p { color: rgb(43,105,94); }
H1.HeaderClassName
{
color: #2B695E;
}
.AnyTagClassName
{
color: #2B695E;
}
</style>
background-color css
<style>
a { background-color: #2B695E; }
a { background-color: rgb(43,105,94); }
div.DivClassName
{
background-color: #2B695E;
}
.BgClassName
{
background-color: #2B695E;
}
</style>
border-color css
<style>
span { border-color: #2B695E; }
span { border-color: rgb(43,105,94); }
td.TdClassName
{
border-color: #2B695E;
}
.TagClassName
{
border-color: #2B695E;
}
</style>