Html Css Color HEX #2E9585 Gossamer

📋 copy color: '#2E9585'

red 46 ◦ green 149 ◦ blue 133

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

Shades of Gossamer #2E9585

Tints of Gossamer #2E9585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 14.02%
G = 45.43%
B = 40.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#2E9585 (or 0x2E9585) is known color: Gossamer. HEX triplet: 2E, 95 and 85. RGB value is (46,149,133). Sum of RGB (Red+Green+Blue) = 46+149+133=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9585 is #D16A7A. Grayscale: #747474. Windows color (decimal): -13724283 or 8754478. OLE color: 8754478.

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

Color convert

RGB 46 149 133 -
CMYK 0.69 0 0.11 0.42
HSL 170.68º 0.53% 0.38% -
HSV(B) 170.68º 0.69% 0.58% -
XYZ 16.11 23.77 25.93 -
YUV 116.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 46 149 133 0.69 0 0.11 0.42 170.68 0.53 0.38
Hex 2E 95 85 45 0 B 2A AB 35 26
Octal 56 225 205 105 0 13 52 253 65 46
Binary 101110 10010101 10000101 1000101 0 1011 101010 10101011 110101 100110

Color Harmonies of #2E9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9585

Black with #2E9585

Text Example


Text Example

White with #2E9585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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