Html Css Color HEX #299785 Gossamer

📋 copy color: '#299785'

red 41 ◦ green 151 ◦ blue 133

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

Shades of Gossamer #299785

Tints of Gossamer #299785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.46%

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

R = 12.62%
G = 46.46%
B = 40.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#299785 (or 0x299785) is known color: Gossamer. HEX triplet: 29, 97 and 85. RGB value is (41,151,133). Sum of RGB (Red+Green+Blue) = 41+151+133=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #299785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299785 is #D6687A. Grayscale: #747474. Windows color (decimal): -14051451 or 8754985. OLE color: 8754985.

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

Color convert

RGB 41 151 133 -
CMYK 0.73 0 0.12 0.41
HSL 170.18º 0.57% 0.38% -
HSV(B) 170.18º 0.73% 0.59% -
XYZ 16.21 24.3 26.03 -
YUV 116.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 41 151 133 0.73 0 0.12 0.41 170.18 0.57 0.38
Hex 29 97 85 49 0 C 29 AA 39 26
Octal 51 227 205 111 0 14 51 252 71 46
Binary 101001 10010111 10000101 1001001 0 1100 101001 10101010 111001 100110

Color Harmonies of #299785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299785

Black with #299785

Text Example


Text Example

White with #299785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299785; }

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

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

background-color css

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

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

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

border-color css

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

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

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