Shades of Eden #2B6B5C
Tints of Eden #2B6B5C
RGB
CMYK
RGB Variations
Color information
#2B6B5C (or 0x2B6B5C) is known color: Eden. HEX triplet: 2B, 6B and 5C. RGB value is (43,107,92). Sum of RGB (Red+Green+Blue) = 43+107+92=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B5C is #D494A3. Grayscale: #565656. Windows color (decimal): -13931684 or 6056747. OLE color: 6056747.
HSL color Cylindrical-coordinate representation of color #2B6B5C: hue angle of 165.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B5C is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
RGB | 43 | 107 | 92 | - |
CMYK | 0.60 | 0 | 0.14 | 0.58 |
HSL | 165.94º | 0.43% | 0.29% | - |
HSV(B) | 165.94º | 0.6% | 0.42% | - |
XYZ | 8.19 | 11.8 | 11.97 | - |
YUV | 86.15 | 131.3 | 97.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 107 | 92 | 0.60 | 0 | 0.14 | 0.58 | 165.94 | 0.43 | 0.29 |
Hex | 2B | 6B | 5C | 3C | 0 | E | 3A | A6 | 2B | 1D |
Octal | 53 | 153 | 134 | 74 | 0 | 16 | 72 | 246 | 53 | 35 |
Binary | 101011 | 1101011 | 1011100 | 111100 | 0 | 1110 | 111010 | 10100110 | 101011 | 11101 |
Color Harmonies of #2B6B5C
Complementary color
Monochromatic Colors of #2B6B5C
Black with #2B6B5C
Text Example
Text Example
White with #2B6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6B5C; }
p { color: rgb(43,107,92); }
H1.HeaderClassName
{
color: #2B6B5C;
}
.AnyTagClassName
{
color: #2B6B5C;
}
</style>
background-color css
<style>
a { background-color: #2B6B5C; }
a { background-color: rgb(43,107,92); }
div.DivClassName
{
background-color: #2B6B5C;
}
.BgClassName
{
background-color: #2B6B5C;
}
</style>
border-color css
<style>
span { border-color: #2B6B5C; }
span { border-color: rgb(43,107,92); }
td.TdClassName
{
border-color: #2B6B5C;
}
.TagClassName
{
border-color: #2B6B5C;
}
</style>