Html Css Color HEX #299882 Gossamer

📋 copy color: '#299882'

red 41 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #299882

Tints of Gossamer #299882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 12.69%
G = 47.06%
B = 40.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#299882 (or 0x299882) is known color: Gossamer. HEX triplet: 29, 98 and 82. RGB value is (41,152,130). Sum of RGB (Red+Green+Blue) = 41+152+130=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #299882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299882 is #D6677D. Grayscale: #747474. Windows color (decimal): -14051198 or 8558633. OLE color: 8558633.

HSL color Cylindrical-coordinate representation of color #299882: hue angle of 168.11º 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 #299882 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 130 -
CMYK 0.73 0 0.14 0.40
HSL 168.11º 0.58% 0.38% -
HSV(B) 168.11º 0.73% 0.6% -
XYZ 16.17 24.54 25 -
YUV 116.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 41 152 130 0.73 0 0.14 0.40 168.11 0.58 0.38
Hex 29 98 82 49 0 E 28 A8 3A 26
Octal 51 230 202 111 0 16 50 250 72 46
Binary 101001 10011000 10000010 1001001 0 1110 101000 10101000 111010 100110

Color Harmonies of #299882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299882

Black with #299882

Text Example


Text Example

White with #299882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299882; }

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

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

background-color css

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

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

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

border-color css

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

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

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