Shades of Spectra #2E5F49
Tints of Spectra #2E5F49
RGB
CMYK
RGB Variations
Color information
#2E5F49 (or 0x2E5F49) is known color: Spectra. HEX triplet: 2E, 5F and 49. RGB value is (46,95,73). Sum of RGB (Red+Green+Blue) = 46+95+73=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F49 is #D1A0B6. Grayscale: #4D4D4D. Windows color (decimal): -13738167 or 4808494. OLE color: 4808494.
HSL color Cylindrical-coordinate representation of color #2E5F49: hue angle of 153.06º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F49 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 95 | 73 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.63 |
| HSL | 153.06º | 0.35% | 0.28% | - |
| HSV(B) | 153.06º | 0.52% | 0.37% | - |
| XYZ | 6.42 | 9.25 | 7.75 | - |
| YUV | 77.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 73 | 0.52 | 0 | 0.23 | 0.63 | 153.06 | 0.35 | 0.28 |
| Hex | 2E | 5F | 49 | 34 | 0 | 17 | 3F | 99 | 23 | 1C |
| Octal | 56 | 137 | 111 | 64 | 0 | 27 | 77 | 231 | 43 | 34 |
| Binary | 101110 | 1011111 | 1001001 | 110100 | 0 | 10111 | 111111 | 10011001 | 100011 | 11100 |
Color Harmonies of #2E5F49
Complementary color
Monochromatic Colors of #2E5F49
Black with #2E5F49
Text Example
Text Example
White with #2E5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5F49; }
p { color: rgb(46,95,73); }
H1.HeaderClassName
{
color: #2E5F49;
}
.AnyTagClassName
{
color: #2E5F49;
}
</style>
background-color css
<style>
a { background-color: #2E5F49; }
a { background-color: rgb(46,95,73); }
div.DivClassName
{
background-color: #2E5F49;
}
.BgClassName
{
background-color: #2E5F49;
}
</style>
border-color css
<style>
span { border-color: #2E5F49; }
span { border-color: rgb(46,95,73); }
td.TdClassName
{
border-color: #2E5F49;
}
.TagClassName
{
border-color: #2E5F49;
}
</style>