Shades of Spectra #2E5C4C
Tints of Spectra #2E5C4C
RGB
CMYK
RGB Variations
Color information
#2E5C4C (or 0x2E5C4C) is known color: Spectra. HEX triplet: 2E, 5C and 4C. RGB value is (46,92,76). Sum of RGB (Red+Green+Blue) = 46+92+76=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C4C is #D1A3B3. Grayscale: #4C4C4C. Windows color (decimal): -13738932 or 5004334. OLE color: 5004334.
HSL color Cylindrical-coordinate representation of color #2E5C4C: hue angle of 159.13º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C4C is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 92 | 76 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.64 |
| HSL | 159.13º | 0.33% | 0.27% | - |
| HSV(B) | 159.13º | 0.5% | 0.36% | - |
| XYZ | 6.26 | 8.76 | 8.2 | - |
| YUV | 76.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 76 | 0.50 | 0 | 0.17 | 0.64 | 159.13 | 0.33 | 0.27 |
| Hex | 2E | 5C | 4C | 32 | 0 | 11 | 40 | 9F | 21 | 1B |
| Octal | 56 | 134 | 114 | 62 | 0 | 21 | 100 | 237 | 41 | 33 |
| Binary | 101110 | 1011100 | 1001100 | 110010 | 0 | 10001 | 1000000 | 10011111 | 100001 | 11011 |
Color Harmonies of #2E5C4C
Complementary color
Monochromatic Colors of #2E5C4C
Black with #2E5C4C
Text Example
Text Example
White with #2E5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C4C; }
p { color: rgb(46,92,76); }
H1.HeaderClassName
{
color: #2E5C4C;
}
.AnyTagClassName
{
color: #2E5C4C;
}
</style>
background-color css
<style>
a { background-color: #2E5C4C; }
a { background-color: rgb(46,92,76); }
div.DivClassName
{
background-color: #2E5C4C;
}
.BgClassName
{
background-color: #2E5C4C;
}
</style>
border-color css
<style>
span { border-color: #2E5C4C; }
span { border-color: rgb(46,92,76); }
td.TdClassName
{
border-color: #2E5C4C;
}
.TagClassName
{
border-color: #2E5C4C;
}
</style>