Html Css Color HEX #2E9286 Gossamer

📋 copy color: '#2E9286'

red 46 ◦ green 146 ◦ blue 134

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

Shades of Gossamer #2E9286

Tints of Gossamer #2E9286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 14.11%
G = 44.79%
B = 41.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#2E9286 (or 0x2E9286) is known color: Gossamer. HEX triplet: 2E, 92 and 86. RGB value is (46,146,134). Sum of RGB (Red+Green+Blue) = 46+146+134=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #2E9286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9286 is #D16D79. Grayscale: #727272. Windows color (decimal): -13725050 or 8819246. OLE color: 8819246.

HSL color Cylindrical-coordinate representation of color #2E9286: hue angle of 172.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9286 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 146 134 -
CMYK 0.68 0 0.08 0.43
HSL 172.8º 0.52% 0.38% -
HSV(B) 172.8º 0.68% 0.57% -
XYZ 15.71 22.86 26.14 -
YUV 114.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 46 146 134 0.68 0 0.08 0.43 172.8 0.52 0.38
Hex 2E 92 86 44 0 8 2B AD 34 26
Octal 56 222 206 104 0 10 53 255 64 46
Binary 101110 10010010 10000110 1000100 0 1000 101011 10101101 110100 100110

Color Harmonies of #2E9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9286

Black with #2E9286

Text Example


Text Example

White with #2E9286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,146,134); }

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

background-color css

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

 a { background-color: rgb(46,146,134); }

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

border-color css

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

 span { border-color: rgb(46,146,134); }

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