Html Css Color HEX #299383 Gossamer

📋 copy color: '#299383'

red 41 ◦ green 147 ◦ blue 131

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

Shades of Gossamer #299383

Tints of Gossamer #299383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 12.85%
G = 46.08%
B = 41.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#299383 (or 0x299383) is known color: Gossamer. HEX triplet: 29, 93 and 83. RGB value is (41,147,131). Sum of RGB (Red+Green+Blue) = 41+147+131=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #299383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299383 is #D66C7C. Grayscale: #717171. Windows color (decimal): -14052477 or 8622889. OLE color: 8622889.

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

Color convert

RGB 41 147 131 -
CMYK 0.72 0 0.11 0.42
HSL 170.94º 0.56% 0.37% -
HSV(B) 170.94º 0.72% 0.58% -
XYZ 15.44 22.98 25.09 -
YUV 113.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 41 147 131 0.72 0 0.11 0.42 170.94 0.56 0.37
Hex 29 93 83 48 0 B 2A AB 38 25
Octal 51 223 203 110 0 13 52 253 70 45
Binary 101001 10010011 10000011 1001000 0 1011 101010 10101011 111000 100101

Color Harmonies of #299383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299383

Black with #299383

Text Example


Text Example

White with #299383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299383; }

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

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

background-color css

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

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

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

border-color css

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

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

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