Html Css Color HEX #299081 Gossamer

📋 copy color: '#299081'

red 41 ◦ green 144 ◦ blue 129

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

Shades of Gossamer #299081

Tints of Gossamer #299081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 13.06%
G = 45.86%
B = 41.08%

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

#299081 (or 0x299081) is known color: Gossamer. HEX triplet: 29, 90 and 81. RGB value is (41,144,129). Sum of RGB (Red+Green+Blue) = 41+144+129=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #299081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299081 is #D66F7E. Grayscale: #6F6F6F. Windows color (decimal): -14053247 or 8491049. OLE color: 8491049.

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

Color convert

RGB 41 144 129 -
CMYK 0.72 0 0.10 0.44
HSL 171.26º 0.56% 0.36% -
HSV(B) 171.26º 0.72% 0.56% -
XYZ 14.85 22 24.23 -
YUV 111.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 41 144 129 0.72 0 0.10 0.44 171.26 0.56 0.36
Hex 29 90 81 48 0 A 2C AB 38 24
Octal 51 220 201 110 0 12 54 253 70 44
Binary 101001 10010000 10000001 1001000 0 1010 101100 10101011 111000 100100

Color Harmonies of #299081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299081

Black with #299081

Text Example


Text Example

White with #299081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299081; }

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

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

background-color css

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

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

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

border-color css

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

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

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