Html Css Color HEX #299585 Gossamer

📋 copy color: '#299585'

red 41 ◦ green 149 ◦ blue 133

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

Shades of Gossamer #299585

Tints of Gossamer #299585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.18%

R = 12.69%
G = 46.13%
B = 41.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#299585 (or 0x299585) is known color: Gossamer. HEX triplet: 29, 95 and 85. RGB value is (41,149,133). Sum of RGB (Red+Green+Blue) = 41+149+133=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #299585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299585 is #D66A7A. Grayscale: #727272. Windows color (decimal): -14051963 or 8754473. OLE color: 8754473.

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

Color convert

RGB 41 149 133 -
CMYK 0.72 0 0.11 0.42
HSL 171.11º 0.57% 0.37% -
HSV(B) 171.11º 0.72% 0.58% -
XYZ 15.9 23.66 25.92 -
YUV 114.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 41 149 133 0.72 0 0.11 0.42 171.11 0.57 0.37
Hex 29 95 85 48 0 B 2A AB 39 25
Octal 51 225 205 110 0 13 52 253 71 45
Binary 101001 10010101 10000101 1001000 0 1011 101010 10101011 111001 100101

Color Harmonies of #299585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299585

Black with #299585

Text Example


Text Example

White with #299585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299585; }

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

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

background-color css

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

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

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

border-color css

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

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

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