Html Css Color HEX #299878 Gossamer

📋 copy color: '#299878'

red 41 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #299878

Tints of Gossamer #299878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 13.1%
G = 48.56%
B = 38.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#299878 (or 0x299878) is known color: Gossamer. HEX triplet: 29, 98 and 78. RGB value is (41,152,120). Sum of RGB (Red+Green+Blue) = 41+152+120=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #299878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299878 is #D66787. Grayscale: #737373. Windows color (decimal): -14051208 or 7903273. OLE color: 7903273.

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

Color convert

RGB 41 152 120 -
CMYK 0.73 0 0.21 0.40
HSL 162.7º 0.58% 0.38% -
HSV(B) 162.7º 0.73% 0.6% -
XYZ 15.53 24.28 21.64 -
YUV 115.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 41 152 120 0.73 0 0.21 0.40 162.7 0.58 0.38
Hex 29 98 78 49 0 15 28 A3 3A 26
Octal 51 230 170 111 0 25 50 243 72 46
Binary 101001 10011000 1111000 1001001 0 10101 101000 10100011 111010 100110

Color Harmonies of #299878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299878

Black with #299878

Text Example


Text Example

White with #299878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299878; }

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

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

background-color css

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

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

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

border-color css

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

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

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