Shades of Spectra #2E614B
Tints of Spectra #2E614B
RGB
CMYK
RGB Variations
Color information
#2E614B (or 0x2E614B) is known color: Spectra. HEX triplet: 2E, 61 and 4B. RGB value is (46,97,75). Sum of RGB (Red+Green+Blue) = 46+97+75=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #2E614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E614B is #D19EB4. Grayscale: #4F4F4F. Windows color (decimal): -13737653 or 4940078. OLE color: 4940078.
HSL color Cylindrical-coordinate representation of color #2E614B: hue angle of 154.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E614B is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 75 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.62 |
| HSL | 154.12º | 0.36% | 0.28% | - |
| HSV(B) | 154.12º | 0.53% | 0.38% | - |
| XYZ | 6.67 | 9.64 | 8.17 | - |
| YUV | 79.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 75 | 0.53 | 0 | 0.23 | 0.62 | 154.12 | 0.36 | 0.28 |
| Hex | 2E | 61 | 4B | 35 | 0 | 17 | 3E | 9A | 24 | 1C |
| Octal | 56 | 141 | 113 | 65 | 0 | 27 | 76 | 232 | 44 | 34 |
| Binary | 101110 | 1100001 | 1001011 | 110101 | 0 | 10111 | 111110 | 10011010 | 100100 | 11100 |
Color Harmonies of #2E614B
Complementary color
Monochromatic Colors of #2E614B
Black with #2E614B
Text Example
Text Example
White with #2E614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E614B; }
p { color: rgb(46,97,75); }
H1.HeaderClassName
{
color: #2E614B;
}
.AnyTagClassName
{
color: #2E614B;
}
</style>
background-color css
<style>
a { background-color: #2E614B; }
a { background-color: rgb(46,97,75); }
div.DivClassName
{
background-color: #2E614B;
}
.BgClassName
{
background-color: #2E614B;
}
</style>
border-color css
<style>
span { border-color: #2E614B; }
span { border-color: rgb(46,97,75); }
td.TdClassName
{
border-color: #2E614B;
}
.TagClassName
{
border-color: #2E614B;
}
</style>