Shades of Eden #2B6454
Tints of Eden #2B6454
RGB
CMYK
RGB Variations
Color information
#2B6454 (or 0x2B6454) is known color: Eden. HEX triplet: 2B, 64 and 54. RGB value is (43,100,84). Sum of RGB (Red+Green+Blue) = 43+100+84=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6454 is #D49BAB. Grayscale: #515151. Windows color (decimal): -13933484 or 5530667. OLE color: 5530667.
HSL color Cylindrical-coordinate representation of color #2B6454: hue angle of 163.16º 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 #2B6454 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 84 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.61 |
| HSL | 163.16º | 0.4% | 0.28% | - |
| HSV(B) | 163.16º | 0.57% | 0.39% | - |
| XYZ | 7.15 | 10.27 | 9.99 | - |
| YUV | 81.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 84 | 0.57 | 0 | 0.16 | 0.61 | 163.16 | 0.4 | 0.28 |
| Hex | 2B | 64 | 54 | 39 | 0 | 10 | 3D | A3 | 28 | 1C |
| Octal | 53 | 144 | 124 | 71 | 0 | 20 | 75 | 243 | 50 | 34 |
| Binary | 101011 | 1100100 | 1010100 | 111001 | 0 | 10000 | 111101 | 10100011 | 101000 | 11100 |
Color Harmonies of #2B6454
Complementary color
Monochromatic Colors of #2B6454
Black with #2B6454
Text Example
Text Example
White with #2B6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6454; }
p { color: rgb(43,100,84); }
H1.HeaderClassName
{
color: #2B6454;
}
.AnyTagClassName
{
color: #2B6454;
}
</style>
background-color css
<style>
a { background-color: #2B6454; }
a { background-color: rgb(43,100,84); }
div.DivClassName
{
background-color: #2B6454;
}
.BgClassName
{
background-color: #2B6454;
}
</style>
border-color css
<style>
span { border-color: #2B6454; }
span { border-color: rgb(43,100,84); }
td.TdClassName
{
border-color: #2B6454;
}
.TagClassName
{
border-color: #2B6454;
}
</style>