Html Css Color HEX #299A79 Gossamer

📋 copy color: '#299A79'

red 41 ◦ green 154 ◦ blue 121

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

Shades of Gossamer #299A79

Tints of Gossamer #299A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.73%

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

R = 12.97%
G = 48.73%
B = 38.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#299A79 (or 0x299A79) is known color: Gossamer. HEX triplet: 29, 9A and 79. RGB value is (41,154,121). Sum of RGB (Red+Green+Blue) = 41+154+121=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #299A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A79 is #D66586. Grayscale: #747474. Windows color (decimal): -14050695 or 7969321. OLE color: 7969321.

HSL color Cylindrical-coordinate representation of color #299A79: hue angle of 162.48º 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 #299A79 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 121 -
CMYK 0.73 0 0.21 0.40
HSL 162.48º 0.58% 0.38% -
HSV(B) 162.48º 0.73% 0.6% -
XYZ 15.92 24.96 22.07 -
YUV 116.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 41 154 121 0.73 0 0.21 0.40 162.48 0.58 0.38
Hex 29 9A 79 49 0 15 28 A2 3A 26
Octal 51 232 171 111 0 25 50 242 72 46
Binary 101001 10011010 1111001 1001001 0 10101 101000 10100010 111010 100110

Color Harmonies of #299A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A79

Black with #299A79

Text Example


Text Example

White with #299A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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