Html Css Color HEX #299787 Gossamer

📋 copy color: '#299787'

red 41 ◦ green 151 ◦ blue 135

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

Shades of Gossamer #299787

Tints of Gossamer #299787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 12.54%
G = 46.18%
B = 41.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#299787 (or 0x299787) is known color: Gossamer. HEX triplet: 29, 97 and 87. RGB value is (41,151,135). Sum of RGB (Red+Green+Blue) = 41+151+135=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #299787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299787 is #D66878. Grayscale: #747474. Windows color (decimal): -14051449 or 8886057. OLE color: 8886057.

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

Color convert

RGB 41 151 135 -
CMYK 0.73 0 0.11 0.41
HSL 171.27º 0.57% 0.38% -
HSV(B) 171.27º 0.73% 0.59% -
XYZ 16.35 24.35 26.76 -
YUV 116.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 41 151 135 0.73 0 0.11 0.41 171.27 0.57 0.38
Hex 29 97 87 49 0 B 29 AB 39 26
Octal 51 227 207 111 0 13 51 253 71 46
Binary 101001 10010111 10000111 1001001 0 1011 101001 10101011 111001 100110

Color Harmonies of #299787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299787

Black with #299787

Text Example


Text Example

White with #299787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299787; }

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

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

background-color css

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

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

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

border-color css

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

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

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