Shades of Spectra #2E654E
Tints of Spectra #2E654E
RGB
CMYK
RGB Variations
Color information
#2E654E (or 0x2E654E) is known color: Spectra. HEX triplet: 2E, 65 and 4E. RGB value is (46,101,78). Sum of RGB (Red+Green+Blue) = 46+101+78=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #2E654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E654E is #D19AB1. Grayscale: #515151. Windows color (decimal): -13736626 or 5137710. OLE color: 5137710.
HSL color Cylindrical-coordinate representation of color #2E654E: hue angle of 154.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E654E is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 78 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.60 |
| HSL | 154.91º | 0.37% | 0.29% | - |
| HSV(B) | 154.91º | 0.54% | 0.4% | - |
| XYZ | 7.16 | 10.44 | 8.85 | - |
| YUV | 81.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 78 | 0.54 | 0 | 0.23 | 0.60 | 154.91 | 0.37 | 0.29 |
| Hex | 2E | 65 | 4E | 36 | 0 | 17 | 3C | 9B | 25 | 1D |
| Octal | 56 | 145 | 116 | 66 | 0 | 27 | 74 | 233 | 45 | 35 |
| Binary | 101110 | 1100101 | 1001110 | 110110 | 0 | 10111 | 111100 | 10011011 | 100101 | 11101 |
Color Harmonies of #2E654E
Complementary color
Monochromatic Colors of #2E654E
Black with #2E654E
Text Example
Text Example
White with #2E654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E654E; }
p { color: rgb(46,101,78); }
H1.HeaderClassName
{
color: #2E654E;
}
.AnyTagClassName
{
color: #2E654E;
}
</style>
background-color css
<style>
a { background-color: #2E654E; }
a { background-color: rgb(46,101,78); }
div.DivClassName
{
background-color: #2E654E;
}
.BgClassName
{
background-color: #2E654E;
}
</style>
border-color css
<style>
span { border-color: #2E654E; }
span { border-color: rgb(46,101,78); }
td.TdClassName
{
border-color: #2E654E;
}
.TagClassName
{
border-color: #2E654E;
}
</style>