Html Css Color HEX #2E9178 Gossamer

📋 copy color: '#2E9178'

red 46 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #2E9178

Tints of Gossamer #2E9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 14.79%
G = 46.62%
B = 38.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#2E9178 (or 0x2E9178) is known color: Gossamer. HEX triplet: 2E, 91 and 78. RGB value is (46,145,120). Sum of RGB (Red+Green+Blue) = 46+145+120=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9178 is #D16E87. Grayscale: #707070. Windows color (decimal): -13725320 or 7901486. OLE color: 7901486.

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

Color convert

RGB 46 145 120 -
CMYK 0.68 0 0.17 0.43
HSL 164.85º 0.52% 0.37% -
HSV(B) 164.85º 0.68% 0.57% -
XYZ 14.64 22.19 21.28 -
YUV 112.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 46 145 120 0.68 0 0.17 0.43 164.85 0.52 0.37
Hex 2E 91 78 44 0 11 2B A5 34 25
Octal 56 221 170 104 0 21 53 245 64 45
Binary 101110 10010001 1111000 1000100 0 10001 101011 10100101 110100 100101

Color Harmonies of #2E9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9178

Black with #2E9178

Text Example


Text Example

White with #2E9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,120); }

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

background-color css

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

 a { background-color: rgb(46,145,120); }

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

border-color css

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

 span { border-color: rgb(46,145,120); }

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