Html Css Color HEX #2B9D7D Gossamer

📋 copy color: '#2B9D7D'

red 43 ◦ green 157 ◦ blue 125

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

Shades of Gossamer #2B9D7D

Tints of Gossamer #2B9D7D

RGB

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

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

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

R = 13.23%
G = 48.31%
B = 38.46%

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

#2B9D7D (or 0x2B9D7D) is known color: Gossamer. HEX triplet: 2B, 9D and 7D. RGB value is (43,157,125). Sum of RGB (Red+Green+Blue) = 43+157+125=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D7D is #D46282. Grayscale: #777777. Windows color (decimal): -13918851 or 8232235. OLE color: 8232235.

HSL color Cylindrical-coordinate representation of color #2B9D7D: hue angle of 163.16º 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 #2B9D7D is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 157 125 -
CMYK 0.73 0 0.20 0.38
HSL 163.16º 0.57% 0.39% -
HSV(B) 163.16º 0.73% 0.62% -
XYZ 16.75 26.11 23.56 -
YUV 119.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 43 157 125 0.73 0 0.20 0.38 163.16 0.57 0.39
Hex 2B 9D 7D 49 0 14 26 A3 39 27
Octal 53 235 175 111 0 24 46 243 71 47
Binary 101011 10011101 1111101 1001001 0 10100 100110 10100011 111001 100111

Color Harmonies of #2B9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D7D

Black with #2B9D7D

Text Example


Text Example

White with #2B9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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