Html Css Color HEX #2B9883 Gossamer

📋 copy color: '#2B9883'

red 43 ◦ green 152 ◦ blue 131

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

Shades of Gossamer #2B9883

Tints of Gossamer #2B9883

RGB

 RED value IS 43 (17.19% from 255) = 13.19%

 GREEN value IS 152 (59.77% from 255) = 46.63%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 13.19%
G = 46.63%
B = 40.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#2B9883 (or 0x2B9883) is known color: Gossamer. HEX triplet: 2B, 98 and 83. RGB value is (43,152,131). Sum of RGB (Red+Green+Blue) = 43+152+131=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9883 is #D4677C. Grayscale: #747474. Windows color (decimal): -13920125 or 8624171. OLE color: 8624171.

HSL color Cylindrical-coordinate representation of color #2B9883: hue angle of 168.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9883 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 131 -
CMYK 0.72 0 0.14 0.40
HSL 168.44º 0.56% 0.38% -
HSV(B) 168.44º 0.72% 0.6% -
XYZ 16.32 24.61 25.36 -
YUV 117.02 135.89 75.21 -
System Red Green Blue C M Y K H S L
Decimal 43 152 131 0.72 0 0.14 0.40 168.44 0.56 0.38
Hex 2B 98 83 48 0 E 28 A8 38 26
Octal 53 230 203 110 0 16 50 250 70 46
Binary 101011 10011000 10000011 1001000 0 1110 101000 10101000 111000 100110

Color Harmonies of #2B9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9883

Black with #2B9883

Text Example


Text Example

White with #2B9883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,131); }

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

background-color css

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

 a { background-color: rgb(43,152,131); }

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

border-color css

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

 span { border-color: rgb(43,152,131); }

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