Html Css Color HEX #299685 Gossamer

📋 copy color: '#299685'

red 41 ◦ green 150 ◦ blue 133

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

Shades of Gossamer #299685

Tints of Gossamer #299685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 12.65%
G = 46.3%
B = 41.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#299685 (or 0x299685) is known color: Gossamer. HEX triplet: 29, 96 and 85. RGB value is (41,150,133). Sum of RGB (Red+Green+Blue) = 41+150+133=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #299685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299685 is #D6697A. Grayscale: #737373. Windows color (decimal): -14051707 or 8754729. OLE color: 8754729.

HSL color Cylindrical-coordinate representation of color #299685: hue angle of 170.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299685 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 133 -
CMYK 0.73 0 0.11 0.41
HSL 170.64º 0.57% 0.37% -
HSV(B) 170.64º 0.73% 0.59% -
XYZ 16.05 23.98 25.97 -
YUV 115.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 41 150 133 0.73 0 0.11 0.41 170.64 0.57 0.37
Hex 29 96 85 49 0 B 29 AB 39 25
Octal 51 226 205 111 0 13 51 253 71 45
Binary 101001 10010110 10000101 1001001 0 1011 101001 10101011 111001 100101

Color Harmonies of #299685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299685

Black with #299685

Text Example


Text Example

White with #299685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299685; }

 p { color: rgb(41,150,133); }

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

background-color css

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

 a { background-color: rgb(41,150,133); }

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

border-color css

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

 span { border-color: rgb(41,150,133); }

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