#2E654F

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

Shades of Spectra #2E654F

Tints of Spectra #2E654F

Color information

#2E654F (or 0x2E654F) is unknown color: approx Spectra. HEX triplet: 2E, 65 and 4F. RGB value is (46,101,79). Sum of RGB (Red+Green+Blue) = 46+101+79=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #2E654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E654F is #D19AB0. Grayscale: #525252. Windows color (decimal): -13736625 or 5203246. OLE color: 5203246.

HSL color Cylindrical-coordinate representation of color #2E654F: hue angle of 156º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E654F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB4610179-
CMYK0.5400.220.60
HSL156º37.41%28.82%-
HSV(B)156º54.46%39.61%-
XYZ7.1910.459.04-
YUV82.05126.28102.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=20.35%
G=44.69%
B=34.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46101790.5400.220.6015637.4128.82
Hex2E654F360163C9c251d
Octal5614511766026742344535
Binary101110110010110011111101100101101111001001110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,79); }

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

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

 a { background-color: rgb(46,101,79); }

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

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

 span { border-color: rgb(46,101,79); }

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