Html Css Color HEX #299182 Gossamer

📋 copy color: '#299182'

red 41 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #299182

Tints of Gossamer #299182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

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

R = 12.97%
G = 45.89%
B = 41.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#299182 (or 0x299182) is known color: Gossamer. HEX triplet: 29, 91 and 82. RGB value is (41,145,130). Sum of RGB (Red+Green+Blue) = 41+145+130=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #299182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299182 is #D66E7D. Grayscale: #707070. Windows color (decimal): -14052990 or 8556841. OLE color: 8556841.

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

Color convert

RGB 41 145 130 -
CMYK 0.72 0 0.10 0.43
HSL 171.35º 0.56% 0.36% -
HSV(B) 171.35º 0.72% 0.57% -
XYZ 15.07 22.33 24.64 -
YUV 112.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 41 145 130 0.72 0 0.10 0.43 171.35 0.56 0.36
Hex 29 91 82 48 0 A 2B AB 38 24
Octal 51 221 202 110 0 12 53 253 70 44
Binary 101001 10010001 10000010 1001000 0 1010 101011 10101011 111000 100100

Color Harmonies of #299182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299182

Black with #299182

Text Example


Text Example

White with #299182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299182; }

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

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

background-color css

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

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

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

border-color css

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

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

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