Html Css Color HEX #2E5C4A Spectra

📋 copy color: '#2E5C4A'

red 46 ◦ green 92 ◦ blue 74

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

Shades of Spectra #2E5C4A

Tints of Spectra #2E5C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

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

R = 21.7%
G = 43.4%
B = 34.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#2E5C4A (or 0x2E5C4A) is known color: Spectra. HEX triplet: 2E, 5C and 4A. RGB value is (46,92,74). Sum of RGB (Red+Green+Blue) = 46+92+74=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C4A is #D1A3B5. Grayscale: #4C4C4C. Windows color (decimal): -13738934 or 4873262. OLE color: 4873262.

HSL color Cylindrical-coordinate representation of color #2E5C4A: hue angle of 156.52º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C4A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 92 74 -
CMYK 0.50 0 0.20 0.64
HSL 156.52º 0.33% 0.27% -
HSV(B) 156.52º 0.5% 0.36% -
XYZ 6.19 8.73 7.84 -
YUV 76.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 46 92 74 0.50 0 0.20 0.64 156.52 0.33 0.27
Hex 2E 5C 4A 32 0 14 40 9D 21 1B
Octal 56 134 112 62 0 24 100 235 41 33
Binary 101110 1011100 1001010 110010 0 10100 1000000 10011101 100001 11011

Color Harmonies of #2E5C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C4A

Black with #2E5C4A

Text Example


Text Example

White with #2E5C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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