Html Css Color HEX #2B957F Gossamer

📋 copy color: '#2B957F'

red 43 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #2B957F

Tints of Gossamer #2B957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 13.48%
G = 46.71%
B = 39.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#2B957F (or 0x2B957F) is known color: Gossamer. HEX triplet: 2B, 95 and 7F. RGB value is (43,149,127). Sum of RGB (Red+Green+Blue) = 43+149+127=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #2B957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B957F is #D46A80. Grayscale: #727272. Windows color (decimal): -13920897 or 8361259. OLE color: 8361259.

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

Color convert

RGB 43 149 127 -
CMYK 0.71 0 0.15 0.42
HSL 167.55º 0.55% 0.38% -
HSV(B) 167.55º 0.71% 0.58% -
XYZ 15.57 23.54 23.8 -
YUV 114.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 43 149 127 0.71 0 0.15 0.42 167.55 0.55 0.38
Hex 2B 95 7F 47 0 F 2A A8 37 26
Octal 53 225 177 107 0 17 52 250 67 46
Binary 101011 10010101 1111111 1000111 0 1111 101010 10101000 110111 100110

Color Harmonies of #2B957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B957F

Black with #2B957F

Text Example


Text Example

White with #2B957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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