Html Css Color HEX #299581 Gossamer

📋 copy color: '#299581'

red 41 ◦ green 149 ◦ blue 129

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

Shades of Gossamer #299581

Tints of Gossamer #299581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

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

R = 12.85%
G = 46.71%
B = 40.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#299581 (or 0x299581) is known color: Gossamer. HEX triplet: 29, 95 and 81. RGB value is (41,149,129). Sum of RGB (Red+Green+Blue) = 41+149+129=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #299581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299581 is #D66A7E. Grayscale: #727272. Windows color (decimal): -14051967 or 8492329. OLE color: 8492329.

HSL color Cylindrical-coordinate representation of color #299581: hue angle of 168.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299581 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 129 -
CMYK 0.72 0 0.13 0.42
HSL 168.89º 0.57% 0.37% -
HSV(B) 168.89º 0.72% 0.58% -
XYZ 15.62 23.55 24.49 -
YUV 114.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 41 149 129 0.72 0 0.13 0.42 168.89 0.57 0.37
Hex 29 95 81 48 0 D 2A A9 39 25
Octal 51 225 201 110 0 15 52 251 71 45
Binary 101001 10010101 10000001 1001000 0 1101 101010 10101001 111001 100101

Color Harmonies of #299581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299581

Black with #299581

Text Example


Text Example

White with #299581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299581; }

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

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

background-color css

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

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

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

border-color css

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

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

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