Shades of Spectra #2E6C50
Tints of Spectra #2E6C50
RGB
CMYK
RGB Variations
Color information
#2E6C50 (or 0x2E6C50) is known color: Spectra. HEX triplet: 2E, 6C and 50. RGB value is (46,108,80). Sum of RGB (Red+Green+Blue) = 46+108+80=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C50 is #D193AF. Grayscale: #565656. Windows color (decimal): -13734832 or 5270574. OLE color: 5270574.
HSL color Cylindrical-coordinate representation of color #2E6C50: hue angle of 152.9º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6C50 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 108 | 80 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.58 |
| HSL | 152.9º | 0.4% | 0.3% | - |
| HSV(B) | 152.9º | 0.57% | 0.42% | - |
| XYZ | 7.94 | 11.89 | 9.47 | - |
| YUV | 86.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 80 | 0.57 | 0 | 0.26 | 0.58 | 152.9 | 0.4 | 0.3 |
| Hex | 2E | 6C | 50 | 39 | 0 | 1A | 3A | 99 | 28 | 1E |
| Octal | 56 | 154 | 120 | 71 | 0 | 32 | 72 | 231 | 50 | 36 |
| Binary | 101110 | 1101100 | 1010000 | 111001 | 0 | 11010 | 111010 | 10011001 | 101000 | 11110 |
Color Harmonies of #2E6C50
Complementary color
Monochromatic Colors of #2E6C50
Black with #2E6C50
Text Example
Text Example
White with #2E6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6C50; }
p { color: rgb(46,108,80); }
H1.HeaderClassName
{
color: #2E6C50;
}
.AnyTagClassName
{
color: #2E6C50;
}
</style>
background-color css
<style>
a { background-color: #2E6C50; }
a { background-color: rgb(46,108,80); }
div.DivClassName
{
background-color: #2E6C50;
}
.BgClassName
{
background-color: #2E6C50;
}
</style>
border-color css
<style>
span { border-color: #2E6C50; }
span { border-color: rgb(46,108,80); }
td.TdClassName
{
border-color: #2E6C50;
}
.TagClassName
{
border-color: #2E6C50;
}
</style>