Html Css Color HEX #2A9979 Gossamer

📋 copy color: '#2A9979'

red 42 ◦ green 153 ◦ blue 121

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

Shades of Gossamer #2A9979

Tints of Gossamer #2A9979

RGB

 RED value IS 42 (16.8% from 255) = 13.29%

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 13.29%
G = 48.42%
B = 38.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#2A9979 (or 0x2A9979) is known color: Gossamer. HEX triplet: 2A, 99 and 79. RGB value is (42,153,121). Sum of RGB (Red+Green+Blue) = 42+153+121=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9979 is #D56686. Grayscale: #747474. Windows color (decimal): -13985415 or 7969066. OLE color: 7969066.

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

Color convert

RGB 42 153 121 -
CMYK 0.73 0 0.21 0.4
HSL 162.7º 0.57% 0.38% -
HSV(B) 162.7º 0.73% 0.6% -
XYZ 15.8 24.66 22.02 -
YUV 116.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 42 153 121 0.73 0 0.21 0.4 162.7 0.57 0.38
Hex 2A 99 79 49 0 15 28 A3 39 26
Octal 52 231 171 111 0 25 50 243 71 46
Binary 101010 10011001 1111001 1001001 0 10101 101000 10100011 111001 100110

Color Harmonies of #2A9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9979

Black with #2A9979

Text Example


Text Example

White with #2A9979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,121); }

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

background-color css

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

 a { background-color: rgb(42,153,121); }

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

border-color css

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

 span { border-color: rgb(42,153,121); }

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