Html Css Color HEX #299284 Gossamer

📋 copy color: '#299284'

red 41 ◦ green 146 ◦ blue 132

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

Shades of Gossamer #299284

Tints of Gossamer #299284

RGB

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

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

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

R = 12.85%
G = 45.77%
B = 41.38%

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

#299284 (or 0x299284) is known color: Gossamer. HEX triplet: 29, 92 and 84. RGB value is (41,146,132). Sum of RGB (Red+Green+Blue) = 41+146+132=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #299284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299284 is #D66D7B. Grayscale: #707070. Windows color (decimal): -14052732 or 8688169. OLE color: 8688169.

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

Color convert

RGB 41 146 132 -
CMYK 0.72 0 0.10 0.43
HSL 172º 0.56% 0.37% -
HSV(B) 172º 0.72% 0.57% -
XYZ 15.36 22.7 25.4 -
YUV 113.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 41 146 132 0.72 0 0.10 0.43 172 0.56 0.37
Hex 29 92 84 48 0 A 2B AC 38 25
Octal 51 222 204 110 0 12 53 254 70 45
Binary 101001 10010010 10000100 1001000 0 1010 101011 10101100 111000 100101

Color Harmonies of #299284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299284

Black with #299284

Text Example


Text Example

White with #299284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299284; }

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

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

background-color css

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

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

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

border-color css

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

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

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