Html Css Color HEX #2E937B Gossamer

📋 copy color: '#2E937B'

red 46 ◦ green 147 ◦ blue 123

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

Shades of Gossamer #2E937B

Tints of Gossamer #2E937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 14.56%
G = 46.52%
B = 38.92%

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

#2E937B (or 0x2E937B) is known color: Gossamer. HEX triplet: 2E, 93 and 7B. RGB value is (46,147,123). Sum of RGB (Red+Green+Blue) = 46+147+123=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #2E937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E937B is #D16C84. Grayscale: #727272. Windows color (decimal): -13724805 or 8098606. OLE color: 8098606.

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

Color convert

RGB 46 147 123 -
CMYK 0.69 0 0.16 0.42
HSL 165.74º 0.52% 0.38% -
HSV(B) 165.74º 0.69% 0.58% -
XYZ 15.14 22.88 22.36 -
YUV 114.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 46 147 123 0.69 0 0.16 0.42 165.74 0.52 0.38
Hex 2E 93 7B 45 0 10 2A A6 34 26
Octal 56 223 173 105 0 20 52 246 64 46
Binary 101110 10010011 1111011 1000101 0 10000 101010 10100110 110100 100110

Color Harmonies of #2E937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E937B

Black with #2E937B

Text Example


Text Example

White with #2E937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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