Html Css Color HEX #2B957C Gossamer

📋 copy color: '#2B957C'

red 43 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #2B957C

Tints of Gossamer #2B957C

RGB

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

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

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

R = 13.61%
G = 47.15%
B = 39.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#2B957C (or 0x2B957C) is known color: Gossamer. HEX triplet: 2B, 95 and 7C. RGB value is (43,149,124). Sum of RGB (Red+Green+Blue) = 43+149+124=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #2B957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B957C is #D46A83. Grayscale: #727272. Windows color (decimal): -13920900 or 8164651. OLE color: 8164651.

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

Color convert

RGB 43 149 124 -
CMYK 0.71 0 0.17 0.42
HSL 165.85º 0.55% 0.38% -
HSV(B) 165.85º 0.71% 0.58% -
XYZ 15.38 23.46 22.79 -
YUV 114.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 43 149 124 0.71 0 0.17 0.42 165.85 0.55 0.38
Hex 2B 95 7C 47 0 11 2A A6 37 26
Octal 53 225 174 107 0 21 52 246 67 46
Binary 101011 10010101 1111100 1000111 0 10001 101010 10100110 110111 100110

Color Harmonies of #2B957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B957C

Black with #2B957C

Text Example


Text Example

White with #2B957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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