Shades of Eden #2B695C
Tints of Eden #2B695C
RGB
CMYK
RGB Variations
Color information
#2B695C (or 0x2B695C) is known color: Eden. HEX triplet: 2B, 69 and 5C. RGB value is (43,105,92). Sum of RGB (Red+Green+Blue) = 43+105+92=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #2B695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B695C is #D496A3. Grayscale: #545454. Windows color (decimal): -13932196 or 6056235. OLE color: 6056235.
HSL color Cylindrical-coordinate representation of color #2B695C: hue angle of 167.42º 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 #2B695C is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 92 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.59 |
| HSL | 167.42º | 0.42% | 0.29% | - |
| HSV(B) | 167.42º | 0.59% | 0.41% | - |
| XYZ | 7.98 | 11.39 | 11.9 | - |
| YUV | 84.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 92 | 0.59 | 0 | 0.12 | 0.59 | 167.42 | 0.42 | 0.29 |
| Hex | 2B | 69 | 5C | 3B | 0 | C | 3B | A7 | 2A | 1D |
| Octal | 53 | 151 | 134 | 73 | 0 | 14 | 73 | 247 | 52 | 35 |
| Binary | 101011 | 1101001 | 1011100 | 111011 | 0 | 1100 | 111011 | 10100111 | 101010 | 11101 |
Color Harmonies of #2B695C
Complementary color
Monochromatic Colors of #2B695C
Black with #2B695C
Text Example
Text Example
White with #2B695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B695C; }
p { color: rgb(43,105,92); }
H1.HeaderClassName
{
color: #2B695C;
}
.AnyTagClassName
{
color: #2B695C;
}
</style>
background-color css
<style>
a { background-color: #2B695C; }
a { background-color: rgb(43,105,92); }
div.DivClassName
{
background-color: #2B695C;
}
.BgClassName
{
background-color: #2B695C;
}
</style>
border-color css
<style>
span { border-color: #2B695C; }
span { border-color: rgb(43,105,92); }
td.TdClassName
{
border-color: #2B695C;
}
.TagClassName
{
border-color: #2B695C;
}
</style>