Html Css Color HEX #2E9478 Gossamer

📋 copy color: '#2E9478'

red 46 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #2E9478

Tints of Gossamer #2E9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 14.65%
G = 47.13%
B = 38.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#2E9478 (or 0x2E9478) is known color: Gossamer. HEX triplet: 2E, 94 and 78. RGB value is (46,148,120). Sum of RGB (Red+Green+Blue) = 46+148+120=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9478 is #D16B87. Grayscale: #727272. Windows color (decimal): -13724552 or 7902254. OLE color: 7902254.

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

Color convert

RGB 46 148 120 -
CMYK 0.69 0 0.19 0.42
HSL 163.53º 0.53% 0.38% -
HSV(B) 163.53º 0.69% 0.58% -
XYZ 15.11 23.12 21.44 -
YUV 114.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 46 148 120 0.69 0 0.19 0.42 163.53 0.53 0.38
Hex 2E 94 78 45 0 13 2A A4 35 26
Octal 56 224 170 105 0 23 52 244 65 46
Binary 101110 10010100 1111000 1000101 0 10011 101010 10100100 110101 100110

Color Harmonies of #2E9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9478

Black with #2E9478

Text Example


Text Example

White with #2E9478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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