Html Css Color HEX #299281 Gossamer

📋 copy color: '#299281'

red 41 ◦ green 146 ◦ blue 129

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

Shades of Gossamer #299281

Tints of Gossamer #299281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

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

R = 12.97%
G = 46.2%
B = 40.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#299281 (or 0x299281) is known color: Gossamer. HEX triplet: 29, 92 and 81. RGB value is (41,146,129). Sum of RGB (Red+Green+Blue) = 41+146+129=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #299281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299281 is #D66D7E. Grayscale: #707070. Windows color (decimal): -14052735 or 8491561. OLE color: 8491561.

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

Color convert

RGB 41 146 129 -
CMYK 0.72 0 0.12 0.43
HSL 170.29º 0.56% 0.37% -
HSV(B) 170.29º 0.72% 0.57% -
XYZ 15.16 22.61 24.34 -
YUV 112.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 41 146 129 0.72 0 0.12 0.43 170.29 0.56 0.37
Hex 29 92 81 48 0 C 2B AA 38 25
Octal 51 222 201 110 0 14 53 252 70 45
Binary 101001 10010010 10000001 1001000 0 1100 101011 10101010 111000 100101

Color Harmonies of #299281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299281

Black with #299281

Text Example


Text Example

White with #299281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299281; }

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

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

background-color css

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

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

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

border-color css

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

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

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