Shades of Eden #2B6455
Tints of Eden #2B6455
RGB
CMYK
RGB Variations
Color information
#2B6455 (or 0x2B6455) is known color: Eden. HEX triplet: 2B, 64 and 55. RGB value is (43,100,85). Sum of RGB (Red+Green+Blue) = 43+100+85=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6455 is #D49BAA. Grayscale: #515151. Windows color (decimal): -13933483 or 5596203. OLE color: 5596203.
HSL color Cylindrical-coordinate representation of color #2B6455: hue angle of 164.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6455 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 85 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.61 |
| HSL | 164.21º | 0.4% | 0.28% | - |
| HSV(B) | 164.21º | 0.57% | 0.39% | - |
| XYZ | 7.19 | 10.28 | 10.2 | - |
| YUV | 81.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 85 | 0.57 | 0 | 0.15 | 0.61 | 164.21 | 0.4 | 0.28 |
| Hex | 2B | 64 | 55 | 39 | 0 | F | 3D | A4 | 28 | 1C |
| Octal | 53 | 144 | 125 | 71 | 0 | 17 | 75 | 244 | 50 | 34 |
| Binary | 101011 | 1100100 | 1010101 | 111001 | 0 | 1111 | 111101 | 10100100 | 101000 | 11100 |
Color Harmonies of #2B6455
Complementary color
Monochromatic Colors of #2B6455
Black with #2B6455
Text Example
Text Example
White with #2B6455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6455; }
p { color: rgb(43,100,85); }
H1.HeaderClassName
{
color: #2B6455;
}
.AnyTagClassName
{
color: #2B6455;
}
</style>
background-color css
<style>
a { background-color: #2B6455; }
a { background-color: rgb(43,100,85); }
div.DivClassName
{
background-color: #2B6455;
}
.BgClassName
{
background-color: #2B6455;
}
</style>
border-color css
<style>
span { border-color: #2B6455; }
span { border-color: rgb(43,100,85); }
td.TdClassName
{
border-color: #2B6455;
}
.TagClassName
{
border-color: #2B6455;
}
</style>