Html Css Color HEX #2E5949 Spectra

📋 copy color: '#2E5949'

red 46 ◦ green 89 ◦ blue 73

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

Shades of Spectra #2E5949

Tints of Spectra #2E5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 22.12%
G = 42.79%
B = 35.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#2E5949 (or 0x2E5949) is known color: Spectra. HEX triplet: 2E, 59 and 49. RGB value is (46,89,73). Sum of RGB (Red+Green+Blue) = 46+89+73=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5949 is #D1A6B6. Grayscale: #4A4A4A. Windows color (decimal): -13739703 or 4806958. OLE color: 4806958.

HSL color Cylindrical-coordinate representation of color #2E5949: hue angle of 157.67º degrees, saturation: 0.32, 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 #2E5949 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 73 -
CMYK 0.48 0 0.18 0.65
HSL 157.67º 0.32% 0.26% -
HSV(B) 157.67º 0.48% 0.35% -
XYZ 5.9 8.21 7.58 -
YUV 74.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 46 89 73 0.48 0 0.18 0.65 157.67 0.32 0.26
Hex 2E 59 49 30 0 12 41 9E 20 1A
Octal 56 131 111 60 0 22 101 236 40 32
Binary 101110 1011001 1001001 110000 0 10010 1000001 10011110 100000 11010

Color Harmonies of #2E5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5949

Black with #2E5949

Text Example


Text Example

White with #2E5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,73); }

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

background-color css

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

 a { background-color: rgb(46,89,73); }

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

border-color css

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

 span { border-color: rgb(46,89,73); }

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