Shades of Spectra #2E5A4A
Tints of Spectra #2E5A4A
RGB
CMYK
RGB Variations
Color information
#2E5A4A (or 0x2E5A4A) is known color: Spectra. HEX triplet: 2E, 5A and 4A. RGB value is (46,90,74). Sum of RGB (Red+Green+Blue) = 46+90+74=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A4A is #D1A5B5. Grayscale: #4B4B4B. Windows color (decimal): -13739446 or 4872750. OLE color: 4872750.
HSL color Cylindrical-coordinate representation of color #2E5A4A: hue angle of 158.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A4A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 74 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.65 |
| HSL | 158.18º | 0.32% | 0.27% | - |
| HSV(B) | 158.18º | 0.49% | 0.35% | - |
| XYZ | 6.02 | 8.39 | 7.78 | - |
| YUV | 75.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 74 | 0.49 | 0 | 0.18 | 0.65 | 158.18 | 0.32 | 0.27 |
| Hex | 2E | 5A | 4A | 31 | 0 | 12 | 41 | 9E | 20 | 1B |
| Octal | 56 | 132 | 112 | 61 | 0 | 22 | 101 | 236 | 40 | 33 |
| Binary | 101110 | 1011010 | 1001010 | 110001 | 0 | 10010 | 1000001 | 10011110 | 100000 | 11011 |
Color Harmonies of #2E5A4A
Complementary color
Monochromatic Colors of #2E5A4A
Black with #2E5A4A
Text Example
Text Example
White with #2E5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A4A; }
p { color: rgb(46,90,74); }
H1.HeaderClassName
{
color: #2E5A4A;
}
.AnyTagClassName
{
color: #2E5A4A;
}
</style>
background-color css
<style>
a { background-color: #2E5A4A; }
a { background-color: rgb(46,90,74); }
div.DivClassName
{
background-color: #2E5A4A;
}
.BgClassName
{
background-color: #2E5A4A;
}
</style>
border-color css
<style>
span { border-color: #2E5A4A; }
span { border-color: rgb(46,90,74); }
td.TdClassName
{
border-color: #2E5A4A;
}
.TagClassName
{
border-color: #2E5A4A;
}
</style>