Html Css Color HEX #299778 Gossamer

📋 copy color: '#299778'

red 41 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #299778

Tints of Gossamer #299778

RGB

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

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

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

R = 13.14%
G = 48.4%
B = 38.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#299778 (or 0x299778) is known color: Gossamer. HEX triplet: 29, 97 and 78. RGB value is (41,151,120). Sum of RGB (Red+Green+Blue) = 41+151+120=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #299778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299778 is #D66887. Grayscale: #727272. Windows color (decimal): -14051464 or 7903017. OLE color: 7903017.

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

Color convert

RGB 41 151 120 -
CMYK 0.73 0 0.21 0.41
HSL 163.09º 0.57% 0.38% -
HSV(B) 163.09º 0.73% 0.59% -
XYZ 15.37 23.96 21.58 -
YUV 114.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 41 151 120 0.73 0 0.21 0.41 163.09 0.57 0.38
Hex 29 97 78 49 0 15 29 A3 39 26
Octal 51 227 170 111 0 25 51 243 71 46
Binary 101001 10010111 1111000 1001001 0 10101 101001 10100011 111001 100110

Color Harmonies of #299778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299778

Black with #299778

Text Example


Text Example

White with #299778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299778; }

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

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

background-color css

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

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

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

border-color css

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

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

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