Html Css Color HEX #2E947D Gossamer

📋 copy color: '#2E947D'

red 46 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #2E947D

Tints of Gossamer #2E947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 14.42%
G = 46.39%
B = 39.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#2E947D (or 0x2E947D) is known color: Gossamer. HEX triplet: 2E, 94 and 7D. RGB value is (46,148,125). Sum of RGB (Red+Green+Blue) = 46+148+125=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #2E947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E947D is #D16B82. Grayscale: #727272. Windows color (decimal): -13724547 or 8229934. OLE color: 8229934.

HSL color Cylindrical-coordinate representation of color #2E947D: hue angle of 166.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E947D is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 148 125 -
CMYK 0.69 0 0.16 0.42
HSL 166.47º 0.53% 0.38% -
HSV(B) 166.47º 0.69% 0.58% -
XYZ 15.42 23.24 23.08 -
YUV 114.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 46 148 125 0.69 0 0.16 0.42 166.47 0.53 0.38
Hex 2E 94 7D 45 0 10 2A A6 35 26
Octal 56 224 175 105 0 20 52 246 65 46
Binary 101110 10010100 1111101 1000101 0 10000 101010 10100110 110101 100110

Color Harmonies of #2E947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E947D

Black with #2E947D

Text Example


Text Example

White with #2E947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,125); }

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

background-color css

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

 a { background-color: rgb(46,148,125); }

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

border-color css

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

 span { border-color: rgb(46,148,125); }

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