Html Css Color HEX #299683 Gossamer

📋 copy color: '#299683'

red 41 ◦ green 150 ◦ blue 131

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

Shades of Gossamer #299683

Tints of Gossamer #299683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.68%

R = 12.73%
G = 46.58%
B = 40.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#299683 (or 0x299683) is known color: Gossamer. HEX triplet: 29, 96 and 83. RGB value is (41,150,131). Sum of RGB (Red+Green+Blue) = 41+150+131=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #299683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299683 is #D6697C. Grayscale: #737373. Windows color (decimal): -14051709 or 8623657. OLE color: 8623657.

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

Color convert

RGB 41 150 131 -
CMYK 0.73 0 0.13 0.41
HSL 169.54º 0.57% 0.37% -
HSV(B) 169.54º 0.73% 0.59% -
XYZ 15.92 23.92 25.25 -
YUV 115.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 41 150 131 0.73 0 0.13 0.41 169.54 0.57 0.37
Hex 29 96 83 49 0 D 29 AA 39 25
Octal 51 226 203 111 0 15 51 252 71 45
Binary 101001 10010110 10000011 1001001 0 1101 101001 10101010 111001 100101

Color Harmonies of #299683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299683

Black with #299683

Text Example


Text Example

White with #299683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299683; }

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

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

background-color css

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

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

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

border-color css

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

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

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