#299284

Color #299284 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #299284

Tints of Gossamer #299284

Color information

#299284 (or 0x299284) is unknown color: approx 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

RGB41146132-
CMYK0.7200.100.43
HSL172º56.15%36.67%-
HSV(B)172º71.92%57.25%-
XYZ15.3622.725.4-
YUV113.01138.7176.64-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461320.7200.100.4317256.1536.67
Hex299284480A2Bac3825
Octal51222204110012532547045
Binary101001100100101000010010010000101010101110101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>