Html Css Color HEX #2B977C Gossamer

📋 copy color: '#2B977C'

red 43 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #2B977C

Tints of Gossamer #2B977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 13.52%
G = 47.48%
B = 38.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#2B977C (or 0x2B977C) is known color: Gossamer. HEX triplet: 2B, 97 and 7C. RGB value is (43,151,124). Sum of RGB (Red+Green+Blue) = 43+151+124=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #2B977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B977C is #D46883. Grayscale: #737373. Windows color (decimal): -13920388 or 8165163. OLE color: 8165163.

HSL color Cylindrical-coordinate representation of color #2B977C: hue angle of 165º 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 #2B977C is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 151 124 -
CMYK 0.72 0 0.18 0.41
HSL 165º 0.56% 0.38% -
HSV(B) 165º 0.72% 0.59% -
XYZ 15.7 24.1 22.89 -
YUV 115.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 43 151 124 0.72 0 0.18 0.41 165 0.56 0.38
Hex 2B 97 7C 48 0 12 29 A5 38 26
Octal 53 227 174 110 0 22 51 245 70 46
Binary 101011 10010111 1111100 1001000 0 10010 101001 10100101 111000 100110

Color Harmonies of #2B977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B977C

Black with #2B977C

Text Example


Text Example

White with #2B977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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