Html Css Color HEX #2E584A Spectra

📋 copy color: '#2E584A'

red 46 ◦ green 88 ◦ blue 74

#2E584A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #2E584A

Tints of Spectra #2E584A

RGB

 RED value IS 46 (18.36% from 255) = 22.12%

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 22.12%
G = 42.31%
B = 35.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#2E584A (or 0x2E584A) is known color: Spectra. HEX triplet: 2E, 58 and 4A. RGB value is (46,88,74). Sum of RGB (Red+Green+Blue) = 46+88+74=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #2E584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E584A is #D1A7B5. Grayscale: #494949. Windows color (decimal): -13739958 or 4872238. OLE color: 4872238.

HSL color Cylindrical-coordinate representation of color #2E584A: hue angle of 160º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E584A is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 88 74 -
CMYK 0.48 0 0.16 0.65
HSL 160º 0.31% 0.26% -
HSV(B) 160º 0.48% 0.35% -
XYZ 5.85 8.05 7.72 -
YUV 73.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 46 88 74 0.48 0 0.16 0.65 160 0.31 0.26
Hex 2E 58 4A 30 0 10 41 A0 1F 1A
Octal 56 130 112 60 0 20 101 240 37 32
Binary 101110 1011000 1001010 110000 0 10000 1000001 10100000 11111 11010

Color Harmonies of #2E584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E584A

Black with #2E584A

Text Example


Text Example

White with #2E584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,74); }

 H1.HeaderClassName
 {
   color: #2E584A;
 }
 .AnyTagClassName
 {
   color: #2E584A;
 }
</style>

background-color css

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

 a { background-color: rgb(46,88,74); }

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

border-color css

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

 span { border-color: rgb(46,88,74); }

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