Html Css Color HEX #2E8F7E Gossamer

📋 copy color: '#2E8F7E'

red 46 ◦ green 143 ◦ blue 126

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

Shades of Gossamer #2E8F7E

Tints of Gossamer #2E8F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

 BLUE value IS 126 (49.61% from 255) = 40%

R = 14.6%
G = 45.4%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#2E8F7E (or 0x2E8F7E) is known color: Gossamer. HEX triplet: 2E, 8F and 7E. RGB value is (46,143,126). Sum of RGB (Red+Green+Blue) = 46+143+126=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F7E is #D17081. Grayscale: #707070. Windows color (decimal): -13725826 or 8294190. OLE color: 8294190.

HSL color Cylindrical-coordinate representation of color #2E8F7E: hue angle of 169.48º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F7E is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 143 126 -
CMYK 0.68 0 0.12 0.44
HSL 169.48º 0.51% 0.37% -
HSV(B) 169.48º 0.68% 0.56% -
XYZ 14.72 21.73 23.16 -
YUV 112.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 46 143 126 0.68 0 0.12 0.44 169.48 0.51 0.37
Hex 2E 8F 7E 44 0 C 2C A9 33 25
Octal 56 217 176 104 0 14 54 251 63 45
Binary 101110 10001111 1111110 1000100 0 1100 101100 10101001 110011 100101

Color Harmonies of #2E8F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8F7E

Black with #2E8F7E

Text Example


Text Example

White with #2E8F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,143,126); }

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

background-color css

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

 a { background-color: rgb(46,143,126); }

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

border-color css

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

 span { border-color: rgb(46,143,126); }

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