Html Css Color HEX #299382 Gossamer

📋 copy color: '#299382'

red 41 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #299382

Tints of Gossamer #299382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 12.89%
G = 46.23%
B = 40.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#299382 (or 0x299382) is known color: Gossamer. HEX triplet: 29, 93 and 82. RGB value is (41,147,130). Sum of RGB (Red+Green+Blue) = 41+147+130=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #299382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299382 is #D66C7D. Grayscale: #717171. Windows color (decimal): -14052478 or 8557353. OLE color: 8557353.

HSL color Cylindrical-coordinate representation of color #299382: hue angle of 170.38º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299382 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 147 130 -
CMYK 0.72 0 0.12 0.42
HSL 170.38º 0.56% 0.37% -
HSV(B) 170.38º 0.72% 0.58% -
XYZ 15.38 22.95 24.74 -
YUV 113.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 41 147 130 0.72 0 0.12 0.42 170.38 0.56 0.37
Hex 29 93 82 48 0 C 2A AA 38 25
Octal 51 223 202 110 0 14 52 252 70 45
Binary 101001 10010011 10000010 1001000 0 1100 101010 10101010 111000 100101

Color Harmonies of #299382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299382

Black with #299382

Text Example


Text Example

White with #299382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299382; }

 p { color: rgb(41,147,130); }

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

background-color css

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

 a { background-color: rgb(41,147,130); }

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

border-color css

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

 span { border-color: rgb(41,147,130); }

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