Html Css Color HEX #2D957D Gossamer

📋 copy color: '#2D957D'

red 45 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #2D957D

Tints of Gossamer #2D957D

RGB

 RED value IS 45 (17.97% from 255) = 14.11%

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

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

R = 14.11%
G = 46.71%
B = 39.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#2D957D (or 0x2D957D) is known color: Gossamer. HEX triplet: 2D, 95 and 7D. RGB value is (45,149,125). Sum of RGB (Red+Green+Blue) = 45+149+125=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #2D957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D957D is #D26A82. Grayscale: #737373. Windows color (decimal): -13789827 or 8230189. OLE color: 8230189.

HSL color Cylindrical-coordinate representation of color #2D957D: hue angle of 166.15º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D957D is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 125 -
CMYK 0.70 0 0.16 0.42
HSL 166.15º 0.54% 0.38% -
HSV(B) 166.15º 0.7% 0.58% -
XYZ 15.53 23.53 23.13 -
YUV 115.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 45 149 125 0.70 0 0.16 0.42 166.15 0.54 0.38
Hex 2D 95 7D 46 0 10 2A A6 36 26
Octal 55 225 175 106 0 20 52 246 66 46
Binary 101101 10010101 1111101 1000110 0 10000 101010 10100110 110110 100110

Color Harmonies of #2D957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D957D

Black with #2D957D

Text Example


Text Example

White with #2D957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,149,125); }

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

background-color css

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

 a { background-color: rgb(45,149,125); }

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

border-color css

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

 span { border-color: rgb(45,149,125); }

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