Shades of Eden #2B6360
Tints of Eden #2B6360
RGB
CMYK
RGB Variations
Color information
#2B6360 (or 0x2B6360) is known color: Eden. HEX triplet: 2B, 63 and 60. RGB value is (43,99,96). Sum of RGB (Red+Green+Blue) = 43+99+96=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6360 is #D49C9F. Grayscale: #515151. Windows color (decimal): -13933728 or 6316843. OLE color: 6316843.
HSL color Cylindrical-coordinate representation of color #2B6360: hue angle of 176.79º degrees, saturation: 0.39, 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 #2B6360 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 96 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.61 |
| HSL | 176.79º | 0.39% | 0.28% | - |
| HSV(B) | 176.79º | 0.57% | 0.39% | - |
| XYZ | 7.57 | 10.28 | 12.65 | - |
| YUV | 81.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 96 | 0.57 | 0 | 0.03 | 0.61 | 176.79 | 0.39 | 0.28 |
| Hex | 2B | 63 | 60 | 39 | 0 | 3 | 3D | B1 | 27 | 1C |
| Octal | 53 | 143 | 140 | 71 | 0 | 3 | 75 | 261 | 47 | 34 |
| Binary | 101011 | 1100011 | 1100000 | 111001 | 0 | 11 | 111101 | 10110001 | 100111 | 11100 |
Color Harmonies of #2B6360
Complementary color
Monochromatic Colors of #2B6360
Black with #2B6360
Text Example
Text Example
White with #2B6360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6360; }
p { color: rgb(43,99,96); }
H1.HeaderClassName
{
color: #2B6360;
}
.AnyTagClassName
{
color: #2B6360;
}
</style>
background-color css
<style>
a { background-color: #2B6360; }
a { background-color: rgb(43,99,96); }
div.DivClassName
{
background-color: #2B6360;
}
.BgClassName
{
background-color: #2B6360;
}
</style>
border-color css
<style>
span { border-color: #2B6360; }
span { border-color: rgb(43,99,96); }
td.TdClassName
{
border-color: #2B6360;
}
.TagClassName
{
border-color: #2B6360;
}
</style>