Shades of Spectra #2E5649
Tints of Spectra #2E5649
RGB
CMYK
RGB Variations
Color information
#2E5649 (or 0x2E5649) is known color: Spectra. HEX triplet: 2E, 56 and 49. RGB value is (46,86,73). Sum of RGB (Red+Green+Blue) = 46+86+73=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5649 is #D1A9B6. Grayscale: #484848. Windows color (decimal): -13740471 or 4806190. OLE color: 4806190.
HSL color Cylindrical-coordinate representation of color #2E5649: hue angle of 160.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5649 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 73 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.66 |
| HSL | 160.5º | 0.3% | 0.26% | - |
| HSV(B) | 160.5º | 0.47% | 0.34% | - |
| XYZ | 5.66 | 7.72 | 7.49 | - |
| YUV | 72.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 73 | 0.47 | 0 | 0.15 | 0.66 | 160.5 | 0.3 | 0.26 |
| Hex | 2E | 56 | 49 | 2F | 0 | F | 42 | A0 | 1E | 1A |
| Octal | 56 | 126 | 111 | 57 | 0 | 17 | 102 | 240 | 36 | 32 |
| Binary | 101110 | 1010110 | 1001001 | 101111 | 0 | 1111 | 1000010 | 10100000 | 11110 | 11010 |
Color Harmonies of #2E5649
Complementary color
Monochromatic Colors of #2E5649
Black with #2E5649
Text Example
Text Example
White with #2E5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5649; }
p { color: rgb(46,86,73); }
H1.HeaderClassName
{
color: #2E5649;
}
.AnyTagClassName
{
color: #2E5649;
}
</style>
background-color css
<style>
a { background-color: #2E5649; }
a { background-color: rgb(46,86,73); }
div.DivClassName
{
background-color: #2E5649;
}
.BgClassName
{
background-color: #2E5649;
}
</style>
border-color css
<style>
span { border-color: #2E5649; }
span { border-color: rgb(46,86,73); }
td.TdClassName
{
border-color: #2E5649;
}
.TagClassName
{
border-color: #2E5649;
}
</style>