Html Css Color HEX #2E937D Gossamer

📋 copy color: '#2E937D'

red 46 ◦ green 147 ◦ blue 125

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

Shades of Gossamer #2E937D

Tints of Gossamer #2E937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

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

R = 14.47%
G = 46.23%
B = 39.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#2E937D (or 0x2E937D) is known color: Gossamer. HEX triplet: 2E, 93 and 7D. RGB value is (46,147,125). Sum of RGB (Red+Green+Blue) = 46+147+125=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #2E937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E937D is #D16C82. Grayscale: #727272. Windows color (decimal): -13724803 or 8229678. OLE color: 8229678.

HSL color Cylindrical-coordinate representation of color #2E937D: hue angle of 166.93º degrees, saturation: 0.52, 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 #2E937D is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 147 125 -
CMYK 0.69 0 0.15 0.42
HSL 166.93º 0.52% 0.38% -
HSV(B) 166.93º 0.69% 0.58% -
XYZ 15.26 22.93 23.02 -
YUV 114.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 46 147 125 0.69 0 0.15 0.42 166.93 0.52 0.38
Hex 2E 93 7D 45 0 F 2A A7 34 26
Octal 56 223 175 105 0 17 52 247 64 46
Binary 101110 10010011 1111101 1000101 0 1111 101010 10100111 110100 100110

Color Harmonies of #2E937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E937D

Black with #2E937D

Text Example


Text Example

White with #2E937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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