Html Css Color HEX #299384 Gossamer

📋 copy color: '#299384'

red 41 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #299384

Tints of Gossamer #299384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 12.81%
G = 45.94%
B = 41.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#299384 (or 0x299384) is known color: Gossamer. HEX triplet: 29, 93 and 84. RGB value is (41,147,132). Sum of RGB (Red+Green+Blue) = 41+147+132=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #299384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299384 is #D66C7B. Grayscale: #717171. Windows color (decimal): -14052476 or 8688425. OLE color: 8688425.

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

Color convert

RGB 41 147 132 -
CMYK 0.72 0 0.10 0.42
HSL 171.51º 0.56% 0.37% -
HSV(B) 171.51º 0.72% 0.58% -
XYZ 15.51 23 25.45 -
YUV 113.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 41 147 132 0.72 0 0.10 0.42 171.51 0.56 0.37
Hex 29 93 84 48 0 A 2A AC 38 25
Octal 51 223 204 110 0 12 52 254 70 45
Binary 101001 10010011 10000100 1001000 0 1010 101010 10101100 111000 100101

Color Harmonies of #299384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299384

Black with #299384

Text Example


Text Example

White with #299384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299384; }

 p { color: rgb(41,147,132); }

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

background-color css

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

 a { background-color: rgb(41,147,132); }

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

border-color css

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

 span { border-color: rgb(41,147,132); }

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