Html Css Color HEX #299781 Gossamer

📋 copy color: '#299781'

red 41 ◦ green 151 ◦ blue 129

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

Shades of Gossamer #299781

Tints of Gossamer #299781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 12.77%
G = 47.04%
B = 40.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#299781 (or 0x299781) is known color: Gossamer. HEX triplet: 29, 97 and 81. RGB value is (41,151,129). Sum of RGB (Red+Green+Blue) = 41+151+129=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #299781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299781 is #D6687E. Grayscale: #737373. Windows color (decimal): -14051455 or 8492841. OLE color: 8492841.

HSL color Cylindrical-coordinate representation of color #299781: hue angle of 168º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299781 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 129 -
CMYK 0.73 0 0.15 0.41
HSL 168º 0.57% 0.38% -
HSV(B) 168º 0.73% 0.59% -
XYZ 15.94 24.19 24.6 -
YUV 115.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 41 151 129 0.73 0 0.15 0.41 168 0.57 0.38
Hex 29 97 81 49 0 F 29 A8 39 26
Octal 51 227 201 111 0 17 51 250 71 46
Binary 101001 10010111 10000001 1001001 0 1111 101001 10101000 111001 100110

Color Harmonies of #299781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299781

Black with #299781

Text Example


Text Example

White with #299781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299781; }

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

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

background-color css

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

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

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

border-color css

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

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

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