Html Css Color HEX #2B937D Gossamer

📋 copy color: '#2B937D'

red 43 ◦ green 147 ◦ blue 125

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

Shades of Gossamer #2B937D

Tints of Gossamer #2B937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 13.65%
G = 46.67%
B = 39.68%

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

#2B937D (or 0x2B937D) is known color: Gossamer. HEX triplet: 2B, 93 and 7D. RGB value is (43,147,125). Sum of RGB (Red+Green+Blue) = 43+147+125=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #2B937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B937D is #D46C82. Grayscale: #717171. Windows color (decimal): -13921411 or 8229675. OLE color: 8229675.

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

Color convert

RGB 43 147 125 -
CMYK 0.71 0 0.15 0.42
HSL 167.31º 0.55% 0.37% -
HSV(B) 167.31º 0.71% 0.58% -
XYZ 15.13 22.86 23.02 -
YUV 113.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 43 147 125 0.71 0 0.15 0.42 167.31 0.55 0.37
Hex 2B 93 7D 47 0 F 2A A7 37 25
Octal 53 223 175 107 0 17 52 247 67 45
Binary 101011 10010011 1111101 1000111 0 1111 101010 10100111 110111 100101

Color Harmonies of #2B937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B937D

Black with #2B937D

Text Example


Text Example

White with #2B937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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