Html Css Color HEX #299582 Gossamer

📋 copy color: '#299582'

red 41 ◦ green 149 ◦ blue 130

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

Shades of Gossamer #299582

Tints of Gossamer #299582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.56%

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

R = 12.81%
G = 46.56%
B = 40.63%

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

#299582 (or 0x299582) is known color: Gossamer. HEX triplet: 29, 95 and 82. RGB value is (41,149,130). Sum of RGB (Red+Green+Blue) = 41+149+130=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #299582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299582 is #D66A7D. Grayscale: #727272. Windows color (decimal): -14051966 or 8557865. OLE color: 8557865.

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

Color convert

RGB 41 149 130 -
CMYK 0.72 0 0.13 0.42
HSL 169.44º 0.57% 0.37% -
HSV(B) 169.44º 0.72% 0.58% -
XYZ 15.69 23.58 24.84 -
YUV 114.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 41 149 130 0.72 0 0.13 0.42 169.44 0.57 0.37
Hex 29 95 82 48 0 D 2A A9 39 25
Octal 51 225 202 110 0 15 52 251 71 45
Binary 101001 10010101 10000010 1001000 0 1101 101010 10101001 111001 100101

Color Harmonies of #299582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299582

Black with #299582

Text Example


Text Example

White with #299582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299582; }

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

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

background-color css

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

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

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

border-color css

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

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

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