Shades of Spectra #2E5D4A
Tints of Spectra #2E5D4A
RGB
CMYK
RGB Variations
Color information
#2E5D4A (or 0x2E5D4A) is known color: Spectra. HEX triplet: 2E, 5D and 4A. RGB value is (46,93,74). Sum of RGB (Red+Green+Blue) = 46+93+74=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D4A is #D1A2B5. Grayscale: #4C4C4C. Windows color (decimal): -13738678 or 4873518. OLE color: 4873518.
HSL color Cylindrical-coordinate representation of color #2E5D4A: hue angle of 155.74º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D4A is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 74 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.64 |
| HSL | 155.74º | 0.34% | 0.27% | - |
| HSV(B) | 155.74º | 0.51% | 0.36% | - |
| XYZ | 6.28 | 8.9 | 7.87 | - |
| YUV | 76.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 74 | 0.51 | 0 | 0.20 | 0.64 | 155.74 | 0.34 | 0.27 |
| Hex | 2E | 5D | 4A | 33 | 0 | 14 | 40 | 9C | 22 | 1B |
| Octal | 56 | 135 | 112 | 63 | 0 | 24 | 100 | 234 | 42 | 33 |
| Binary | 101110 | 1011101 | 1001010 | 110011 | 0 | 10100 | 1000000 | 10011100 | 100010 | 11011 |
Color Harmonies of #2E5D4A
Complementary color
Monochromatic Colors of #2E5D4A
Black with #2E5D4A
Text Example
Text Example
White with #2E5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D4A; }
p { color: rgb(46,93,74); }
H1.HeaderClassName
{
color: #2E5D4A;
}
.AnyTagClassName
{
color: #2E5D4A;
}
</style>
background-color css
<style>
a { background-color: #2E5D4A; }
a { background-color: rgb(46,93,74); }
div.DivClassName
{
background-color: #2E5D4A;
}
.BgClassName
{
background-color: #2E5D4A;
}
</style>
border-color css
<style>
span { border-color: #2E5D4A; }
span { border-color: rgb(46,93,74); }
td.TdClassName
{
border-color: #2E5D4A;
}
.TagClassName
{
border-color: #2E5D4A;
}
</style>