Html Css Color HEX #2B9581 Gossamer

📋 copy color: '#2B9581'

red 43 ◦ green 149 ◦ blue 129

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

Shades of Gossamer #2B9581

Tints of Gossamer #2B9581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 13.4%
G = 46.42%
B = 40.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#2B9581 (or 0x2B9581) is known color: Gossamer. HEX triplet: 2B, 95 and 81. RGB value is (43,149,129). Sum of RGB (Red+Green+Blue) = 43+149+129=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9581 is #D46A7E. Grayscale: #737373. Windows color (decimal): -13920895 or 8492331. OLE color: 8492331.

HSL color Cylindrical-coordinate representation of color #2B9581: hue angle of 168.68º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9581 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 129 -
CMYK 0.71 0 0.13 0.42
HSL 168.68º 0.55% 0.38% -
HSV(B) 168.68º 0.71% 0.58% -
XYZ 15.71 23.59 24.5 -
YUV 115.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 43 149 129 0.71 0 0.13 0.42 168.68 0.55 0.38
Hex 2B 95 81 47 0 D 2A A9 37 26
Octal 53 225 201 107 0 15 52 251 67 46
Binary 101011 10010101 10000001 1000111 0 1101 101010 10101001 110111 100110

Color Harmonies of #2B9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9581

Black with #2B9581

Text Example


Text Example

White with #2B9581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,129); }

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

background-color css

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

 a { background-color: rgb(43,149,129); }

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

border-color css

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

 span { border-color: rgb(43,149,129); }

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