Html Css Color HEX #299978 Gossamer

📋 copy color: '#299978'

red 41 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #299978

Tints of Gossamer #299978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

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

R = 13.06%
G = 48.73%
B = 38.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#299978 (or 0x299978) is known color: Gossamer. HEX triplet: 29, 99 and 78. RGB value is (41,153,120). Sum of RGB (Red+Green+Blue) = 41+153+120=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #299978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299978 is #D66687. Grayscale: #737373. Windows color (decimal): -14050952 or 7903529. OLE color: 7903529.

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

Color convert

RGB 41 153 120 -
CMYK 0.73 0 0.22 0.4
HSL 162.32º 0.58% 0.38% -
HSV(B) 162.32º 0.73% 0.6% -
XYZ 15.7 24.61 21.69 -
YUV 115.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 41 153 120 0.73 0 0.22 0.4 162.32 0.58 0.38
Hex 29 99 78 49 0 16 28 A2 3A 26
Octal 51 231 170 111 0 26 50 242 72 46
Binary 101001 10011001 1111000 1001001 0 10110 101000 10100010 111010 100110

Color Harmonies of #299978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299978

Black with #299978

Text Example


Text Example

White with #299978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299978; }

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

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

background-color css

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

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

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

border-color css

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

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

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