Shades of Spectra #2E6650
Tints of Spectra #2E6650
RGB
CMYK
RGB Variations
Color information
#2E6650 (or 0x2E6650) is known color: Spectra. HEX triplet: 2E, 66 and 50. RGB value is (46,102,80). Sum of RGB (Red+Green+Blue) = 46+102+80=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6650 is #D199AF. Grayscale: #525252. Windows color (decimal): -13736368 or 5269038. OLE color: 5269038.
HSL color Cylindrical-coordinate representation of color #2E6650: hue angle of 156.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6650 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 80 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.6 |
| HSL | 156.43º | 0.38% | 0.29% | - |
| HSV(B) | 156.43º | 0.55% | 0.4% | - |
| XYZ | 7.33 | 10.66 | 9.26 | - |
| YUV | 82.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 80 | 0.55 | 0 | 0.22 | 0.6 | 156.43 | 0.38 | 0.29 |
| Hex | 2E | 66 | 50 | 37 | 0 | 16 | 3C | 9C | 26 | 1D |
| Octal | 56 | 146 | 120 | 67 | 0 | 26 | 74 | 234 | 46 | 35 |
| Binary | 101110 | 1100110 | 1010000 | 110111 | 0 | 10110 | 111100 | 10011100 | 100110 | 11101 |
Color Harmonies of #2E6650
Complementary color
Monochromatic Colors of #2E6650
Black with #2E6650
Text Example
Text Example
White with #2E6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6650; }
p { color: rgb(46,102,80); }
H1.HeaderClassName
{
color: #2E6650;
}
.AnyTagClassName
{
color: #2E6650;
}
</style>
background-color css
<style>
a { background-color: #2E6650; }
a { background-color: rgb(46,102,80); }
div.DivClassName
{
background-color: #2E6650;
}
.BgClassName
{
background-color: #2E6650;
}
</style>
border-color css
<style>
span { border-color: #2E6650; }
span { border-color: rgb(46,102,80); }
td.TdClassName
{
border-color: #2E6650;
}
.TagClassName
{
border-color: #2E6650;
}
</style>