Html Css Color HEX #299181 Gossamer

📋 copy color: '#299181'

red 41 ◦ green 145 ◦ blue 129

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

Shades of Gossamer #299181

Tints of Gossamer #299181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

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

R = 13.02%
G = 46.03%
B = 40.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#299181 (or 0x299181) is known color: Gossamer. HEX triplet: 29, 91 and 81. RGB value is (41,145,129). Sum of RGB (Red+Green+Blue) = 41+145+129=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #299181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299181 is #D66E7E. Grayscale: #707070. Windows color (decimal): -14052991 or 8491305. OLE color: 8491305.

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

Color convert

RGB 41 145 129 -
CMYK 0.72 0 0.11 0.43
HSL 170.77º 0.56% 0.36% -
HSV(B) 170.77º 0.72% 0.57% -
XYZ 15 22.31 24.28 -
YUV 112.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 41 145 129 0.72 0 0.11 0.43 170.77 0.56 0.36
Hex 29 91 81 48 0 B 2B AB 38 24
Octal 51 221 201 110 0 13 53 253 70 44
Binary 101001 10010001 10000001 1001000 0 1011 101011 10101011 111000 100100

Color Harmonies of #299181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299181

Black with #299181

Text Example


Text Example

White with #299181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299181; }

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

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

background-color css

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

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

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

border-color css

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

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

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