Html Css Color HEX #299381 Gossamer

📋 copy color: '#299381'

red 41 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #299381

Tints of Gossamer #299381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 12.93%
G = 46.37%
B = 40.69%

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

#299381 (or 0x299381) is known color: Gossamer. HEX triplet: 29, 93 and 81. RGB value is (41,147,129). Sum of RGB (Red+Green+Blue) = 41+147+129=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #299381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299381 is #D66C7E. Grayscale: #717171. Windows color (decimal): -14052479 or 8491817. OLE color: 8491817.

HSL color Cylindrical-coordinate representation of color #299381: hue angle of 169.81º 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 #299381 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 147 129 -
CMYK 0.72 0 0.12 0.42
HSL 169.81º 0.56% 0.37% -
HSV(B) 169.81º 0.72% 0.58% -
XYZ 15.31 22.92 24.39 -
YUV 113.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 41 147 129 0.72 0 0.12 0.42 169.81 0.56 0.37
Hex 29 93 81 48 0 C 2A AA 38 25
Octal 51 223 201 110 0 14 52 252 70 45
Binary 101001 10010011 10000001 1001000 0 1100 101010 10101010 111000 100101

Color Harmonies of #299381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299381

Black with #299381

Text Example


Text Example

White with #299381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299381; }

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

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

background-color css

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

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

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

border-color css

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

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

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