Shades of Spectra #2E5947
Tints of Spectra #2E5947
RGB
CMYK
RGB Variations
Color information
#2E5947 (or 0x2E5947) is known color: Spectra. HEX triplet: 2E, 59 and 47. RGB value is (46,89,71). Sum of RGB (Red+Green+Blue) = 46+89+71=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5947 is #D1A6B8. Grayscale: #4A4A4A. Windows color (decimal): -13739705 or 4675886. OLE color: 4675886.
HSL color Cylindrical-coordinate representation of color #2E5947: hue angle of 154.88º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5947 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 71 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.65 |
| HSL | 154.88º | 0.32% | 0.26% | - |
| HSV(B) | 154.88º | 0.48% | 0.35% | - |
| XYZ | 5.84 | 8.18 | 7.23 | - |
| YUV | 74.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 71 | 0.48 | 0 | 0.20 | 0.65 | 154.88 | 0.32 | 0.26 |
| Hex | 2E | 59 | 47 | 30 | 0 | 14 | 41 | 9B | 20 | 1A |
| Octal | 56 | 131 | 107 | 60 | 0 | 24 | 101 | 233 | 40 | 32 |
| Binary | 101110 | 1011001 | 1000111 | 110000 | 0 | 10100 | 1000001 | 10011011 | 100000 | 11010 |
Color Harmonies of #2E5947
Complementary color
Monochromatic Colors of #2E5947
Black with #2E5947
Text Example
Text Example
White with #2E5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5947; }
p { color: rgb(46,89,71); }
H1.HeaderClassName
{
color: #2E5947;
}
.AnyTagClassName
{
color: #2E5947;
}
</style>
background-color css
<style>
a { background-color: #2E5947; }
a { background-color: rgb(46,89,71); }
div.DivClassName
{
background-color: #2E5947;
}
.BgClassName
{
background-color: #2E5947;
}
</style>
border-color css
<style>
span { border-color: #2E5947; }
span { border-color: rgb(46,89,71); }
td.TdClassName
{
border-color: #2E5947;
}
.TagClassName
{
border-color: #2E5947;
}
</style>