Shades of Eden #2B6356
Tints of Eden #2B6356
RGB
CMYK
RGB Variations
Color information
#2B6356 (or 0x2B6356) is known color: Eden. HEX triplet: 2B, 63 and 56. RGB value is (43,99,86). Sum of RGB (Red+Green+Blue) = 43+99+86=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6356 is #D49CA9. Grayscale: #505050. Windows color (decimal): -13933738 or 5661483. OLE color: 5661483.
HSL color Cylindrical-coordinate representation of color #2B6356: hue angle of 166.07º 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 #2B6356 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 86 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.61 |
| HSL | 166.07º | 0.39% | 0.28% | - |
| HSV(B) | 166.07º | 0.57% | 0.39% | - |
| XYZ | 7.14 | 10.11 | 10.38 | - |
| YUV | 80.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 86 | 0.57 | 0 | 0.13 | 0.61 | 166.07 | 0.39 | 0.28 |
| Hex | 2B | 63 | 56 | 39 | 0 | D | 3D | A6 | 27 | 1C |
| Octal | 53 | 143 | 126 | 71 | 0 | 15 | 75 | 246 | 47 | 34 |
| Binary | 101011 | 1100011 | 1010110 | 111001 | 0 | 1101 | 111101 | 10100110 | 100111 | 11100 |
Color Harmonies of #2B6356
Complementary color
Monochromatic Colors of #2B6356
Black with #2B6356
Text Example
Text Example
White with #2B6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6356; }
p { color: rgb(43,99,86); }
H1.HeaderClassName
{
color: #2B6356;
}
.AnyTagClassName
{
color: #2B6356;
}
</style>
background-color css
<style>
a { background-color: #2B6356; }
a { background-color: rgb(43,99,86); }
div.DivClassName
{
background-color: #2B6356;
}
.BgClassName
{
background-color: #2B6356;
}
</style>
border-color css
<style>
span { border-color: #2B6356; }
span { border-color: rgb(43,99,86); }
td.TdClassName
{
border-color: #2B6356;
}
.TagClassName
{
border-color: #2B6356;
}
</style>