Html Css Color HEX #299977 Gossamer

📋 copy color: '#299977'

red 41 ◦ green 153 ◦ blue 119

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

Shades of Gossamer #299977

Tints of Gossamer #299977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 13.1%
G = 48.88%
B = 38.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#299977 (or 0x299977) is known color: Gossamer. HEX triplet: 29, 99 and 77. RGB value is (41,153,119). Sum of RGB (Red+Green+Blue) = 41+153+119=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #299977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299977 is #D66688. Grayscale: #737373. Windows color (decimal): -14050953 or 7837993. OLE color: 7837993.

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

Color convert

RGB 41 153 119 -
CMYK 0.73 0 0.22 0.4
HSL 161.79º 0.58% 0.38% -
HSV(B) 161.79º 0.73% 0.6% -
XYZ 15.64 24.59 21.37 -
YUV 115.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 41 153 119 0.73 0 0.22 0.4 161.79 0.58 0.38
Hex 29 99 77 49 0 16 28 A2 3A 26
Octal 51 231 167 111 0 26 50 242 72 46
Binary 101001 10011001 1110111 1001001 0 10110 101000 10100010 111010 100110

Color Harmonies of #299977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299977

Black with #299977

Text Example


Text Example

White with #299977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299977; }

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

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

background-color css

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

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

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

border-color css

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

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

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