Shades of Eden #2B755A
Tints of Eden #2B755A
RGB
CMYK
RGB Variations
Color information
#2B755A (or 0x2B755A) is known color: Eden. HEX triplet: 2B, 75 and 5A. RGB value is (43,117,90). Sum of RGB (Red+Green+Blue) = 43+117+90=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #2B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B755A is #D48AA5. Grayscale: #5B5B5B. Windows color (decimal): -13929126 or 5928235. OLE color: 5928235.
HSL color Cylindrical-coordinate representation of color #2B755A: hue angle of 158.11º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B755A is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 90 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.54 |
| HSL | 158.11º | 0.46% | 0.31% | - |
| HSV(B) | 158.11º | 0.63% | 0.46% | - |
| XYZ | 9.2 | 13.97 | 11.89 | - |
| YUV | 91.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 90 | 0.63 | 0 | 0.23 | 0.54 | 158.11 | 0.46 | 0.31 |
| Hex | 2B | 75 | 5A | 3F | 0 | 17 | 36 | 9E | 2E | 1F |
| Octal | 53 | 165 | 132 | 77 | 0 | 27 | 66 | 236 | 56 | 37 |
| Binary | 101011 | 1110101 | 1011010 | 111111 | 0 | 10111 | 110110 | 10011110 | 101110 | 11111 |
Color Harmonies of #2B755A
Complementary color
Monochromatic Colors of #2B755A
Black with #2B755A
Text Example
Text Example
White with #2B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B755A; }
p { color: rgb(43,117,90); }
H1.HeaderClassName
{
color: #2B755A;
}
.AnyTagClassName
{
color: #2B755A;
}
</style>
background-color css
<style>
a { background-color: #2B755A; }
a { background-color: rgb(43,117,90); }
div.DivClassName
{
background-color: #2B755A;
}
.BgClassName
{
background-color: #2B755A;
}
</style>
border-color css
<style>
span { border-color: #2B755A; }
span { border-color: rgb(43,117,90); }
td.TdClassName
{
border-color: #2B755A;
}
.TagClassName
{
border-color: #2B755A;
}
</style>