Html Css Color HEX #2B9D7E Gossamer

📋 copy color: '#2B9D7E'

red 43 ◦ green 157 ◦ blue 126

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

Shades of Gossamer #2B9D7E

Tints of Gossamer #2B9D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 13.19%
G = 48.16%
B = 38.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#2B9D7E (or 0x2B9D7E) is known color: Gossamer. HEX triplet: 2B, 9D and 7E. RGB value is (43,157,126). Sum of RGB (Red+Green+Blue) = 43+157+126=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D7E is #D46281. Grayscale: #777777. Windows color (decimal): -13918850 or 8297771. OLE color: 8297771.

HSL color Cylindrical-coordinate representation of color #2B9D7E: hue angle of 163.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D7E is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 157 126 -
CMYK 0.73 0 0.20 0.38
HSL 163.68º 0.57% 0.39% -
HSV(B) 163.68º 0.73% 0.62% -
XYZ 16.82 26.13 23.9 -
YUV 119.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 43 157 126 0.73 0 0.20 0.38 163.68 0.57 0.39
Hex 2B 9D 7E 49 0 14 26 A4 39 27
Octal 53 235 176 111 0 24 46 244 71 47
Binary 101011 10011101 1111110 1001001 0 10100 100110 10100100 111001 100111

Color Harmonies of #2B9D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D7E

Black with #2B9D7E

Text Example


Text Example

White with #2B9D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,157,126); }

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

background-color css

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

 a { background-color: rgb(43,157,126); }

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

border-color css

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

 span { border-color: rgb(43,157,126); }

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