Html Css Color HEX #299880 Gossamer

📋 copy color: '#299880'

red 41 ◦ green 152 ◦ blue 128

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

Shades of Gossamer #299880

Tints of Gossamer #299880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 12.77%
G = 47.35%
B = 39.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#299880 (or 0x299880) is known color: Gossamer. HEX triplet: 29, 98 and 80. RGB value is (41,152,128). Sum of RGB (Red+Green+Blue) = 41+152+128=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #299880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299880 is #D6677F. Grayscale: #747474. Windows color (decimal): -14051200 or 8427561. OLE color: 8427561.

HSL color Cylindrical-coordinate representation of color #299880: hue angle of 167.03º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299880 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 128 -
CMYK 0.73 0 0.16 0.40
HSL 167.03º 0.58% 0.38% -
HSV(B) 167.03º 0.73% 0.6% -
XYZ 16.04 24.49 24.3 -
YUV 116.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 41 152 128 0.73 0 0.16 0.40 167.03 0.58 0.38
Hex 29 98 80 49 0 10 28 A7 3A 26
Octal 51 230 200 111 0 20 50 247 72 46
Binary 101001 10011000 10000000 1001001 0 10000 101000 10100111 111010 100110

Color Harmonies of #299880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299880

Black with #299880

Text Example


Text Example

White with #299880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299880; }

 p { color: rgb(41,152,128); }

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

background-color css

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

 a { background-color: rgb(41,152,128); }

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

border-color css

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

 span { border-color: rgb(41,152,128); }

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