Html Css Color HEX #2E604B Spectra

📋 copy color: '#2E604B'

red 46 ◦ green 96 ◦ blue 75

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

Shades of Spectra #2E604B

Tints of Spectra #2E604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 21.2%
G = 44.24%
B = 34.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#2E604B (or 0x2E604B) is known color: Spectra. HEX triplet: 2E, 60 and 4B. RGB value is (46,96,75). Sum of RGB (Red+Green+Blue) = 46+96+75=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #2E604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E604B is #D19FB4. Grayscale: #4E4E4E. Windows color (decimal): -13737909 or 4939822. OLE color: 4939822.

HSL color Cylindrical-coordinate representation of color #2E604B: hue angle of 154.8º 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 #2E604B is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 75 -
CMYK 0.52 0 0.22 0.62
HSL 154.8º 0.35% 0.28% -
HSV(B) 154.8º 0.52% 0.38% -
XYZ 6.58 9.45 8.13 -
YUV 78.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 46 96 75 0.52 0 0.22 0.62 154.8 0.35 0.28
Hex 2E 60 4B 34 0 16 3E 9B 23 1C
Octal 56 140 113 64 0 26 76 233 43 34
Binary 101110 1100000 1001011 110100 0 10110 111110 10011011 100011 11100

Color Harmonies of #2E604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E604B

Black with #2E604B

Text Example


Text Example

White with #2E604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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