Html Css Color HEX #299481 Gossamer

📋 copy color: '#299481'

red 41 ◦ green 148 ◦ blue 129

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

Shades of Gossamer #299481

Tints of Gossamer #299481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 12.89%
G = 46.54%
B = 40.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#299481 (or 0x299481) is known color: Gossamer. HEX triplet: 29, 94 and 81. RGB value is (41,148,129). Sum of RGB (Red+Green+Blue) = 41+148+129=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #299481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299481 is #D66B7E. Grayscale: #717171. Windows color (decimal): -14052223 or 8492073. OLE color: 8492073.

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

Color convert

RGB 41 148 129 -
CMYK 0.72 0 0.13 0.42
HSL 169.35º 0.57% 0.37% -
HSV(B) 169.35º 0.72% 0.58% -
XYZ 15.47 23.24 24.44 -
YUV 113.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 41 148 129 0.72 0 0.13 0.42 169.35 0.57 0.37
Hex 29 94 81 48 0 D 2A A9 39 25
Octal 51 224 201 110 0 15 52 251 71 45
Binary 101001 10010100 10000001 1001000 0 1101 101010 10101001 111001 100101

Color Harmonies of #299481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299481

Black with #299481

Text Example


Text Example

White with #299481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299481; }

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

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

background-color css

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

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

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

border-color css

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

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

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