Html Css Color HEX #299680 Gossamer

📋 copy color: '#299680'

red 41 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #299680

Tints of Gossamer #299680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 12.85%
G = 47.02%
B = 40.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#299680 (or 0x299680) is known color: Gossamer. HEX triplet: 29, 96 and 80. RGB value is (41,150,128). Sum of RGB (Red+Green+Blue) = 41+150+128=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #299680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299680 is #D6697F. Grayscale: #727272. Windows color (decimal): -14051712 or 8427049. OLE color: 8427049.

HSL color Cylindrical-coordinate representation of color #299680: hue angle of 167.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299680 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 128 -
CMYK 0.73 0 0.15 0.41
HSL 167.89º 0.57% 0.37% -
HSV(B) 167.89º 0.73% 0.59% -
XYZ 15.72 23.84 24.2 -
YUV 114.9 135.39 75.29 -
System Red Green Blue C M Y K H S L
Decimal 41 150 128 0.73 0 0.15 0.41 167.89 0.57 0.37
Hex 29 96 80 49 0 F 29 A8 39 25
Octal 51 226 200 111 0 17 51 250 71 45
Binary 101001 10010110 10000000 1001001 0 1111 101001 10101000 111001 100101

Color Harmonies of #299680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299680

Black with #299680

Text Example


Text Example

White with #299680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299680; }

 p { color: rgb(41,150,128); }

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

background-color css

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

 a { background-color: rgb(41,150,128); }

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

border-color css

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

 span { border-color: rgb(41,150,128); }

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