Html Css Color HEX #2B977D Gossamer

📋 copy color: '#2B977D'

red 43 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #2B977D

Tints of Gossamer #2B977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.34%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 13.48%
G = 47.34%
B = 39.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#2B977D (or 0x2B977D) is known color: Gossamer. HEX triplet: 2B, 97 and 7D. RGB value is (43,151,125). Sum of RGB (Red+Green+Blue) = 43+151+125=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #2B977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B977D is #D46882. Grayscale: #737373. Windows color (decimal): -13920387 or 8230699. OLE color: 8230699.

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

Color convert

RGB 43 151 125 -
CMYK 0.72 0 0.17 0.41
HSL 165.56º 0.56% 0.38% -
HSV(B) 165.56º 0.72% 0.59% -
XYZ 15.76 24.13 23.23 -
YUV 115.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 43 151 125 0.72 0 0.17 0.41 165.56 0.56 0.38
Hex 2B 97 7D 48 0 11 29 A6 38 26
Octal 53 227 175 110 0 21 51 246 70 46
Binary 101011 10010111 1111101 1001000 0 10001 101001 10100110 111000 100110

Color Harmonies of #2B977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B977D

Black with #2B977D

Text Example


Text Example

White with #2B977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,151,125); }

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

background-color css

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

 a { background-color: rgb(43,151,125); }

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

border-color css

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

 span { border-color: rgb(43,151,125); }

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