Html Css Color HEX #2E5948 Spectra

📋 copy color: '#2E5948'

red 46 ◦ green 89 ◦ blue 72

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

Shades of Spectra #2E5948

Tints of Spectra #2E5948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 22.22%
G = 43%
B = 34.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#2E5948 (or 0x2E5948) is known color: Spectra. HEX triplet: 2E, 59 and 48. RGB value is (46,89,72). Sum of RGB (Red+Green+Blue) = 46+89+72=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5948 is #D1A6B7. Grayscale: #4A4A4A. Windows color (decimal): -13739704 or 4741422. OLE color: 4741422.

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

Color convert

RGB 46 89 72 -
CMYK 0.48 0 0.19 0.65
HSL 156.28º 0.32% 0.26% -
HSV(B) 156.28º 0.48% 0.35% -
XYZ 5.87 8.19 7.4 -
YUV 74.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 46 89 72 0.48 0 0.19 0.65 156.28 0.32 0.26
Hex 2E 59 48 30 0 13 41 9C 20 1A
Octal 56 131 110 60 0 23 101 234 40 32
Binary 101110 1011001 1001000 110000 0 10011 1000001 10011100 100000 11010

Color Harmonies of #2E5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5948

Black with #2E5948

Text Example


Text Example

White with #2E5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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