#2E664D

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

Shades of Spectra #2E664D

Tints of Spectra #2E664D

Color information

#2E664D (or 0x2E664D) is unknown color: approx Spectra. HEX triplet: 2E, 66 and 4D. RGB value is (46,102,77). Sum of RGB (Red+Green+Blue) = 46+102+77=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E664D is #D199B2. Grayscale: #525252. Windows color (decimal): -13736371 or 5072430. OLE color: 5072430.

HSL color Cylindrical-coordinate representation of color #2E664D: hue angle of 153.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB4610277-
CMYK0.5500.250.6
HSL153.21º37.84%29.02%-
HSV(B)153.21º54.9%40%-
XYZ7.2210.628.69-
YUV82.41124.95102.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=20.44%
G=45.33%
B=34.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102770.5500.250.6153.2137.8429.02
Hex2E664D370193C99261d
Octal5614611567031742314635
Binary101110110011010011011101110110011111001001100110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,77); }

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

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

 a { background-color: rgb(46,102,77); }

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

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

 span { border-color: rgb(46,102,77); }

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