Html Css Color HEX #2E634D Spectra

📋 copy color: '#2E634D'

red 46 ◦ green 99 ◦ blue 77

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

Shades of Spectra #2E634D

Tints of Spectra #2E634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 20.72%
G = 44.59%
B = 34.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#2E634D (or 0x2E634D) is known color: Spectra. HEX triplet: 2E, 63 and 4D. RGB value is (46,99,77). Sum of RGB (Red+Green+Blue) = 46+99+77=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #2E634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E634D is #D19CB2. Grayscale: #505050. Windows color (decimal): -13737139 or 5071662. OLE color: 5071662.

HSL color Cylindrical-coordinate representation of color #2E634D: hue angle of 155.09º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E634D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 99 77 -
CMYK 0.54 0 0.22 0.61
HSL 155.09º 0.37% 0.28% -
HSV(B) 155.09º 0.54% 0.39% -
XYZ 6.93 10.04 8.59 -
YUV 80.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 46 99 77 0.54 0 0.22 0.61 155.09 0.37 0.28
Hex 2E 63 4D 36 0 16 3D 9B 25 1C
Octal 56 143 115 66 0 26 75 233 45 34
Binary 101110 1100011 1001101 110110 0 10110 111101 10011011 100101 11100

Color Harmonies of #2E634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E634D

Black with #2E634D

Text Example


Text Example

White with #2E634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,99,77); }

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

background-color css

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

 a { background-color: rgb(46,99,77); }

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

border-color css

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

 span { border-color: rgb(46,99,77); }

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