Html Css Color HEX #2E5A48 Spectra

📋 copy color: '#2E5A48'

red 46 ◦ green 90 ◦ blue 72

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

Shades of Spectra #2E5A48

Tints of Spectra #2E5A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

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

R = 22.12%
G = 43.27%
B = 34.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#2E5A48 (or 0x2E5A48) is known color: Spectra. HEX triplet: 2E, 5A and 48. RGB value is (46,90,72). Sum of RGB (Red+Green+Blue) = 46+90+72=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A48 is #D1A5B7. Grayscale: #4A4A4A. Windows color (decimal): -13739448 or 4741678. OLE color: 4741678.

HSL color Cylindrical-coordinate representation of color #2E5A48: hue angle of 155.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A48 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 90 72 -
CMYK 0.49 0 0.20 0.65
HSL 155.45º 0.32% 0.27% -
HSV(B) 155.45º 0.49% 0.35% -
XYZ 5.95 8.36 7.43 -
YUV 74.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 46 90 72 0.49 0 0.20 0.65 155.45 0.32 0.27
Hex 2E 5A 48 31 0 14 41 9B 20 1B
Octal 56 132 110 61 0 24 101 233 40 33
Binary 101110 1011010 1001000 110001 0 10100 1000001 10011011 100000 11011

Color Harmonies of #2E5A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A48

Black with #2E5A48

Text Example


Text Example

White with #2E5A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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