Html Css Color HEX #2E634C Spectra

📋 copy color: '#2E634C'

red 46 ◦ green 99 ◦ blue 76

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

Shades of Spectra #2E634C

Tints of Spectra #2E634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 20.81%
G = 44.8%
B = 34.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#2E634C (or 0x2E634C) is known color: Spectra. HEX triplet: 2E, 63 and 4C. RGB value is (46,99,76). Sum of RGB (Red+Green+Blue) = 46+99+76=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #2E634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E634C is #D19CB3. Grayscale: #505050. Windows color (decimal): -13737140 or 5006126. OLE color: 5006126.

HSL color Cylindrical-coordinate representation of color #2E634C: hue angle of 153.96º 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 #2E634C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 99 76 -
CMYK 0.54 0 0.23 0.61
HSL 153.96º 0.37% 0.28% -
HSV(B) 153.96º 0.54% 0.39% -
XYZ 6.89 10.03 8.41 -
YUV 80.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 46 99 76 0.54 0 0.23 0.61 153.96 0.37 0.28
Hex 2E 63 4C 36 0 17 3D 9A 25 1C
Octal 56 143 114 66 0 27 75 232 45 34
Binary 101110 1100011 1001100 110110 0 10111 111101 10011010 100101 11100

Color Harmonies of #2E634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E634C

Black with #2E634C

Text Example


Text Example

White with #2E634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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