Html Css Color HEX #2D9279 Gossamer

📋 copy color: '#2D9279'

red 45 ◦ green 146 ◦ blue 121

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

Shades of Gossamer #2D9279

Tints of Gossamer #2D9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 14.42%
G = 46.79%
B = 38.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#2D9279 (or 0x2D9279) is known color: Gossamer. HEX triplet: 2D, 92 and 79. RGB value is (45,146,121). Sum of RGB (Red+Green+Blue) = 45+146+121=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9279 is #D26D86. Grayscale: #707070. Windows color (decimal): -13790599 or 7967277. OLE color: 7967277.

HSL color Cylindrical-coordinate representation of color #2D9279: hue angle of 165.15º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9279 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 146 121 -
CMYK 0.69 0 0.17 0.43
HSL 165.15º 0.53% 0.37% -
HSV(B) 165.15º 0.69% 0.57% -
XYZ 14.81 22.5 21.65 -
YUV 112.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 45 146 121 0.69 0 0.17 0.43 165.15 0.53 0.37
Hex 2D 92 79 45 0 11 2B A5 35 25
Octal 55 222 171 105 0 21 53 245 65 45
Binary 101101 10010010 1111001 1000101 0 10001 101011 10100101 110101 100101

Color Harmonies of #2D9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9279

Black with #2D9279

Text Example


Text Example

White with #2D9279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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