Html Css Color HEX #299979 Gossamer

📋 copy color: '#299979'

red 41 ◦ green 153 ◦ blue 121

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

Shades of Gossamer #299979

Tints of Gossamer #299979

RGB

 RED value IS 41 (16.41% from 255) = 13.02%

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

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

R = 13.02%
G = 48.57%
B = 38.41%

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

#299979 (or 0x299979) is known color: Gossamer. HEX triplet: 29, 99 and 79. RGB value is (41,153,121). Sum of RGB (Red+Green+Blue) = 41+153+121=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #299979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299979 is #D66686. Grayscale: #737373. Windows color (decimal): -14050951 or 7969065. OLE color: 7969065.

HSL color Cylindrical-coordinate representation of color #299979: hue angle of 162.86º degrees, saturation: 0.58, 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 #299979 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 121 -
CMYK 0.73 0 0.21 0.4
HSL 162.86º 0.58% 0.38% -
HSV(B) 162.86º 0.73% 0.6% -
XYZ 15.76 24.63 22.01 -
YUV 115.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 41 153 121 0.73 0 0.21 0.4 162.86 0.58 0.38
Hex 29 99 79 49 0 15 28 A3 3A 26
Octal 51 231 171 111 0 25 50 243 72 46
Binary 101001 10011001 1111001 1001001 0 10101 101000 10100011 111010 100110

Color Harmonies of #299979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299979

Black with #299979

Text Example


Text Example

White with #299979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299979; }

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

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

background-color css

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

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

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

border-color css

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

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

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