Shades of Eden #2B735D
Tints of Eden #2B735D
RGB
CMYK
RGB Variations
Color information
#2B735D (or 0x2B735D) is known color: Eden. HEX triplet: 2B, 73 and 5D. RGB value is (43,115,93). Sum of RGB (Red+Green+Blue) = 43+115+93=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #2B735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B735D is #D48CA2. Grayscale: #5A5A5A. Windows color (decimal): -13929635 or 6124331. OLE color: 6124331.
HSL color Cylindrical-coordinate representation of color #2B735D: hue angle of 161.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B735D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 93 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.55 |
| HSL | 161.67º | 0.46% | 0.31% | - |
| HSV(B) | 161.67º | 0.63% | 0.45% | - |
| XYZ | 9.1 | 13.57 | 12.49 | - |
| YUV | 90.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 93 | 0.63 | 0 | 0.19 | 0.55 | 161.67 | 0.46 | 0.31 |
| Hex | 2B | 73 | 5D | 3F | 0 | 13 | 37 | A2 | 2E | 1F |
| Octal | 53 | 163 | 135 | 77 | 0 | 23 | 67 | 242 | 56 | 37 |
| Binary | 101011 | 1110011 | 1011101 | 111111 | 0 | 10011 | 110111 | 10100010 | 101110 | 11111 |
Color Harmonies of #2B735D
Complementary color
Monochromatic Colors of #2B735D
Black with #2B735D
Text Example
Text Example
White with #2B735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B735D; }
p { color: rgb(43,115,93); }
H1.HeaderClassName
{
color: #2B735D;
}
.AnyTagClassName
{
color: #2B735D;
}
</style>
background-color css
<style>
a { background-color: #2B735D; }
a { background-color: rgb(43,115,93); }
div.DivClassName
{
background-color: #2B735D;
}
.BgClassName
{
background-color: #2B735D;
}
</style>
border-color css
<style>
span { border-color: #2B735D; }
span { border-color: rgb(43,115,93); }
td.TdClassName
{
border-color: #2B735D;
}
.TagClassName
{
border-color: #2B735D;
}
</style>