Shades of Eden #2B635E
Tints of Eden #2B635E
RGB
CMYK
RGB Variations
Color information
#2B635E (or 0x2B635E) is known color: Eden. HEX triplet: 2B, 63 and 5E. RGB value is (43,99,94). Sum of RGB (Red+Green+Blue) = 43+99+94=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #2B635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B635E is #D49CA1. Grayscale: #515151. Windows color (decimal): -13933730 or 6185771. OLE color: 6185771.
HSL color Cylindrical-coordinate representation of color #2B635E: hue angle of 174.64º 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 #2B635E is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 94 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.61 |
| HSL | 174.64º | 0.39% | 0.28% | - |
| HSV(B) | 174.64º | 0.57% | 0.39% | - |
| XYZ | 7.48 | 10.25 | 12.17 | - |
| YUV | 81.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 94 | 0.57 | 0 | 0.05 | 0.61 | 174.64 | 0.39 | 0.28 |
| Hex | 2B | 63 | 5E | 39 | 0 | 5 | 3D | AF | 27 | 1C |
| Octal | 53 | 143 | 136 | 71 | 0 | 5 | 75 | 257 | 47 | 34 |
| Binary | 101011 | 1100011 | 1011110 | 111001 | 0 | 101 | 111101 | 10101111 | 100111 | 11100 |
Color Harmonies of #2B635E
Complementary color
Monochromatic Colors of #2B635E
Black with #2B635E
Text Example
Text Example
White with #2B635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B635E; }
p { color: rgb(43,99,94); }
H1.HeaderClassName
{
color: #2B635E;
}
.AnyTagClassName
{
color: #2B635E;
}
</style>
background-color css
<style>
a { background-color: #2B635E; }
a { background-color: rgb(43,99,94); }
div.DivClassName
{
background-color: #2B635E;
}
.BgClassName
{
background-color: #2B635E;
}
</style>
border-color css
<style>
span { border-color: #2B635E; }
span { border-color: rgb(43,99,94); }
td.TdClassName
{
border-color: #2B635E;
}
.TagClassName
{
border-color: #2B635E;
}
</style>