Html Css Color HEX #299879 Gossamer

📋 copy color: '#299879'

red 41 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #299879

Tints of Gossamer #299879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 13.06%
G = 48.41%
B = 38.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#299879 (or 0x299879) is known color: Gossamer. HEX triplet: 29, 98 and 79. RGB value is (41,152,121). Sum of RGB (Red+Green+Blue) = 41+152+121=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #299879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299879 is #D66786. Grayscale: #737373. Windows color (decimal): -14051207 or 7968809. OLE color: 7968809.

HSL color Cylindrical-coordinate representation of color #299879: hue angle of 163.24º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299879 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 121 -
CMYK 0.73 0 0.20 0.40
HSL 163.24º 0.58% 0.38% -
HSV(B) 163.24º 0.73% 0.6% -
XYZ 15.59 24.31 21.96 -
YUV 115.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 41 152 121 0.73 0 0.20 0.40 163.24 0.58 0.38
Hex 29 98 79 49 0 14 28 A3 3A 26
Octal 51 230 171 111 0 24 50 243 72 46
Binary 101001 10011000 1111001 1001001 0 10100 101000 10100011 111010 100110

Color Harmonies of #299879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299879

Black with #299879

Text Example


Text Example

White with #299879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299879; }

 p { color: rgb(41,152,121); }

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

background-color css

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

 a { background-color: rgb(41,152,121); }

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

border-color css

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

 span { border-color: rgb(41,152,121); }

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