Shades of Spectra #2E574A
Tints of Spectra #2E574A
RGB
CMYK
RGB Variations
Color information
#2E574A (or 0x2E574A) is known color: Spectra. HEX triplet: 2E, 57 and 4A. RGB value is (46,87,74). Sum of RGB (Red+Green+Blue) = 46+87+74=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #2E574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E574A is #D1A8B5. Grayscale: #494949. Windows color (decimal): -13740214 or 4871982. OLE color: 4871982.
HSL color Cylindrical-coordinate representation of color #2E574A: hue angle of 160.98º degrees, saturation: 0.31, 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 #2E574A is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 74 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.66 |
| HSL | 160.98º | 0.31% | 0.26% | - |
| HSV(B) | 160.98º | 0.47% | 0.34% | - |
| XYZ | 5.77 | 7.89 | 7.7 | - |
| YUV | 73.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 74 | 0.47 | 0 | 0.15 | 0.66 | 160.98 | 0.31 | 0.26 |
| Hex | 2E | 57 | 4A | 2F | 0 | F | 42 | A1 | 1F | 1A |
| Octal | 56 | 127 | 112 | 57 | 0 | 17 | 102 | 241 | 37 | 32 |
| Binary | 101110 | 1010111 | 1001010 | 101111 | 0 | 1111 | 1000010 | 10100001 | 11111 | 11010 |
Color Harmonies of #2E574A
Complementary color
Monochromatic Colors of #2E574A
Black with #2E574A
Text Example
Text Example
White with #2E574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E574A; }
p { color: rgb(46,87,74); }
H1.HeaderClassName
{
color: #2E574A;
}
.AnyTagClassName
{
color: #2E574A;
}
</style>
background-color css
<style>
a { background-color: #2E574A; }
a { background-color: rgb(46,87,74); }
div.DivClassName
{
background-color: #2E574A;
}
.BgClassName
{
background-color: #2E574A;
}
</style>
border-color css
<style>
span { border-color: #2E574A; }
span { border-color: rgb(46,87,74); }
td.TdClassName
{
border-color: #2E574A;
}
.TagClassName
{
border-color: #2E574A;
}
</style>