Html Css Color HEX #299082 Gossamer

📋 copy color: '#299082'

red 41 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #299082

Tints of Gossamer #299082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

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

R = 13.02%
G = 45.71%
B = 41.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#299082 (or 0x299082) is known color: Gossamer. HEX triplet: 29, 90 and 82. RGB value is (41,144,130). Sum of RGB (Red+Green+Blue) = 41+144+130=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #299082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299082 is #D66F7D. Grayscale: #6F6F6F. Windows color (decimal): -14053246 or 8556585. OLE color: 8556585.

HSL color Cylindrical-coordinate representation of color #299082: hue angle of 171.84º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299082 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 130 -
CMYK 0.72 0 0.10 0.44
HSL 171.84º 0.56% 0.36% -
HSV(B) 171.84º 0.72% 0.56% -
XYZ 14.92 22.03 24.59 -
YUV 111.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 41 144 130 0.72 0 0.10 0.44 171.84 0.56 0.36
Hex 29 90 82 48 0 A 2C AC 38 24
Octal 51 220 202 110 0 12 54 254 70 44
Binary 101001 10010000 10000010 1001000 0 1010 101100 10101100 111000 100100

Color Harmonies of #299082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299082

Black with #299082

Text Example


Text Example

White with #299082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299082; }

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

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

background-color css

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

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

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

border-color css

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

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

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