Shades of Eden #2B6255
Tints of Eden #2B6255
RGB
CMYK
RGB Variations
Color information
#2B6255 (or 0x2B6255) is known color: Eden. HEX triplet: 2B, 62 and 55. RGB value is (43,98,85). Sum of RGB (Red+Green+Blue) = 43+98+85=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6255 is #D49DAA. Grayscale: #505050. Windows color (decimal): -13933995 or 5595691. OLE color: 5595691.
HSL color Cylindrical-coordinate representation of color #2B6255: hue angle of 165.82º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6255 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 85 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.62 |
| HSL | 165.82º | 0.39% | 0.28% | - |
| HSV(B) | 165.82º | 0.56% | 0.38% | - |
| XYZ | 7 | 9.9 | 10.14 | - |
| YUV | 80.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 85 | 0.56 | 0 | 0.13 | 0.62 | 165.82 | 0.39 | 0.28 |
| Hex | 2B | 62 | 55 | 38 | 0 | D | 3E | A6 | 27 | 1C |
| Octal | 53 | 142 | 125 | 70 | 0 | 15 | 76 | 246 | 47 | 34 |
| Binary | 101011 | 1100010 | 1010101 | 111000 | 0 | 1101 | 111110 | 10100110 | 100111 | 11100 |
Color Harmonies of #2B6255
Complementary color
Monochromatic Colors of #2B6255
Black with #2B6255
Text Example
Text Example
White with #2B6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6255; }
p { color: rgb(43,98,85); }
H1.HeaderClassName
{
color: #2B6255;
}
.AnyTagClassName
{
color: #2B6255;
}
</style>
background-color css
<style>
a { background-color: #2B6255; }
a { background-color: rgb(43,98,85); }
div.DivClassName
{
background-color: #2B6255;
}
.BgClassName
{
background-color: #2B6255;
}
</style>
border-color css
<style>
span { border-color: #2B6255; }
span { border-color: rgb(43,98,85); }
td.TdClassName
{
border-color: #2B6255;
}
.TagClassName
{
border-color: #2B6255;
}
</style>