Html Css Color HEX #2E9582 Gossamer

📋 copy color: '#2E9582'

red 46 ◦ green 149 ◦ blue 130

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

Shades of Gossamer #2E9582

Tints of Gossamer #2E9582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 14.15%
G = 45.85%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#2E9582 (or 0x2E9582) is known color: Gossamer. HEX triplet: 2E, 95 and 82. RGB value is (46,149,130). Sum of RGB (Red+Green+Blue) = 46+149+130=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9582 is #D16A7D. Grayscale: #747474. Windows color (decimal): -13724286 or 8557870. OLE color: 8557870.

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

Color convert

RGB 46 149 130 -
CMYK 0.69 0 0.13 0.42
HSL 168.93º 0.53% 0.38% -
HSV(B) 168.93º 0.69% 0.58% -
XYZ 15.9 23.69 24.85 -
YUV 116.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 46 149 130 0.69 0 0.13 0.42 168.93 0.53 0.38
Hex 2E 95 82 45 0 D 2A A9 35 26
Octal 56 225 202 105 0 15 52 251 65 46
Binary 101110 10010101 10000010 1000101 0 1101 101010 10101001 110101 100110

Color Harmonies of #2E9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9582

Black with #2E9582

Text Example


Text Example

White with #2E9582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,130); }

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

background-color css

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

 a { background-color: rgb(46,149,130); }

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

border-color css

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

 span { border-color: rgb(46,149,130); }

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