Html Css Color HEX #2E997D Gossamer

📋 copy color: '#2E997D'

red 46 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #2E997D

Tints of Gossamer #2E997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

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

R = 14.2%
G = 47.22%
B = 38.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#2E997D (or 0x2E997D) is known color: Gossamer. HEX triplet: 2E, 99 and 7D. RGB value is (46,153,125). Sum of RGB (Red+Green+Blue) = 46+153+125=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #2E997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E997D is #D16682. Grayscale: #757575. Windows color (decimal): -13723267 or 8231214. OLE color: 8231214.

HSL color Cylindrical-coordinate representation of color #2E997D: hue angle of 164.3º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E997D is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 153 125 -
CMYK 0.70 0 0.18 0.4
HSL 164.3º 0.54% 0.39% -
HSV(B) 164.3º 0.7% 0.6% -
XYZ 16.22 24.84 23.34 -
YUV 117.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 46 153 125 0.70 0 0.18 0.4 164.3 0.54 0.39
Hex 2E 99 7D 46 0 12 28 A4 36 27
Octal 56 231 175 106 0 22 50 244 66 47
Binary 101110 10011001 1111101 1000110 0 10010 101000 10100100 110110 100111

Color Harmonies of #2E997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E997D

Black with #2E997D

Text Example


Text Example

White with #2E997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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