#2E604E

Color #2E604E Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #2E604E

Tints of Spectra #2E604E

Color information

#2E604E (or 0x2E604E) is unknown color: approx Spectra. HEX triplet: 2E, 60 and 4E. RGB value is (46,96,78). Sum of RGB (Red+Green+Blue) = 46+96+78=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #2E604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E604E is #D19FB1. Grayscale: #4F4F4F. Windows color (decimal): -13737906 or 5136430. OLE color: 5136430.

HSL color Cylindrical-coordinate representation of color #2E604E: hue angle of 158.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E604E is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB469678-
CMYK0.5200.190.62
HSL158.4º35.21%27.84%-
HSV(B)158.4º52.08%37.65%-
XYZ6.689.58.69-
YUV79127.44104.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=20.91%
G=43.64%
B=35.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696780.5200.190.62158.435.2127.84
Hex2E604E340133E9e231c
Octal5614011664023762364334
Binary101110110000010011101101000100111111101001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E604E; }

 p { color: rgb(46,96,78); }

 H1.HeaderClassName
 {
   color: #2E604E;
 }
 .AnyTagClassName
 {
   color: #2E604E;
 }
</style>
background-color css

<style>
 a { background-color: #2E604E; }

 a { background-color: rgb(46,96,78); }

 div.DivClassName
 {
   background-color: #2E604E;
 }
 .BgClassName
 {
   background-color: #2E604E;
 }
</style>
border-color css

<style>
 span { border-color: #2E604E; }

 span { border-color: rgb(46,96,78); }

 td.TdClassName
 {
   border-color: #2E604E;
 }
 .TagClassName
 {
   border-color: #2E604E;
 }
</style>