Html Css Color HEX #2D9379 Gossamer

📋 copy color: '#2D9379'

red 45 ◦ green 147 ◦ blue 121

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

Shades of Gossamer #2D9379

Tints of Gossamer #2D9379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 14.38%
G = 46.96%
B = 38.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#2D9379 (or 0x2D9379) is known color: Gossamer. HEX triplet: 2D, 93 and 79. RGB value is (45,147,121). Sum of RGB (Red+Green+Blue) = 45+147+121=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9379 is #D26C86. Grayscale: #717171. Windows color (decimal): -13790343 or 7967533. OLE color: 7967533.

HSL color Cylindrical-coordinate representation of color #2D9379: hue angle of 164.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9379 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 147 121 -
CMYK 0.69 0 0.18 0.42
HSL 164.71º 0.53% 0.38% -
HSV(B) 164.71º 0.69% 0.58% -
XYZ 14.97 22.81 21.7 -
YUV 113.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 45 147 121 0.69 0 0.18 0.42 164.71 0.53 0.38
Hex 2D 93 79 45 0 12 2A A5 35 26
Octal 55 223 171 105 0 22 52 245 65 46
Binary 101101 10010011 1111001 1000101 0 10010 101010 10100101 110101 100110

Color Harmonies of #2D9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9379

Black with #2D9379

Text Example


Text Example

White with #2D9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,147,121); }

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

background-color css

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

 a { background-color: rgb(45,147,121); }

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

border-color css

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

 span { border-color: rgb(45,147,121); }

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