Html Css Color HEX #299982 Gossamer

📋 copy color: '#299982'

red 41 ◦ green 153 ◦ blue 130

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

Shades of Gossamer #299982

Tints of Gossamer #299982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

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

R = 12.65%
G = 47.22%
B = 40.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#299982 (or 0x299982) is known color: Gossamer. HEX triplet: 29, 99 and 82. RGB value is (41,153,130). Sum of RGB (Red+Green+Blue) = 41+153+130=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #299982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299982 is #D6667D. Grayscale: #747474. Windows color (decimal): -14050942 or 8558889. OLE color: 8558889.

HSL color Cylindrical-coordinate representation of color #299982: hue angle of 167.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299982 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 130 -
CMYK 0.73 0 0.15 0.4
HSL 167.68º 0.58% 0.38% -
HSV(B) 167.68º 0.73% 0.6% -
XYZ 16.33 24.87 25.06 -
YUV 116.89 135.39 73.87 -
System Red Green Blue C M Y K H S L
Decimal 41 153 130 0.73 0 0.15 0.4 167.68 0.58 0.38
Hex 29 99 82 49 0 F 28 A8 3A 26
Octal 51 231 202 111 0 17 50 250 72 46
Binary 101001 10011001 10000010 1001001 0 1111 101000 10101000 111010 100110

Color Harmonies of #299982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299982

Black with #299982

Text Example


Text Example

White with #299982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299982; }

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

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

background-color css

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

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

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

border-color css

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

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

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