Html Css Color HEX #2E604D Spectra

📋 copy color: '#2E604D'

red 46 ◦ green 96 ◦ blue 77

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

Shades of Spectra #2E604D

Tints of Spectra #2E604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 21%
G = 43.84%
B = 35.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#2E604D (or 0x2E604D) is known color: Spectra. HEX triplet: 2E, 60 and 4D. RGB value is (46,96,77). Sum of RGB (Red+Green+Blue) = 46+96+77=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #2E604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E604D is #D19FB2. Grayscale: #4E4E4E. Windows color (decimal): -13737907 or 5070894. OLE color: 5070894.

HSL color Cylindrical-coordinate representation of color #2E604D: hue angle of 157.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E604D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 77 -
CMYK 0.52 0 0.20 0.62
HSL 157.2º 0.35% 0.28% -
HSV(B) 157.2º 0.52% 0.38% -
XYZ 6.65 9.48 8.5 -
YUV 78.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 46 96 77 0.52 0 0.20 0.62 157.2 0.35 0.28
Hex 2E 60 4D 34 0 14 3E 9D 23 1C
Octal 56 140 115 64 0 24 76 235 43 34
Binary 101110 1100000 1001101 110100 0 10100 111110 10011101 100011 11100

Color Harmonies of #2E604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E604D

Black with #2E604D

Text Example


Text Example

White with #2E604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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