Html Css Color HEX #299779 Gossamer

📋 copy color: '#299779'

red 41 ◦ green 151 ◦ blue 121

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

Shades of Gossamer #299779

Tints of Gossamer #299779

RGB

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

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

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

R = 13.1%
G = 48.24%
B = 38.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#299779 (or 0x299779) is known color: Gossamer. HEX triplet: 29, 97 and 79. RGB value is (41,151,121). Sum of RGB (Red+Green+Blue) = 41+151+121=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #299779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299779 is #D66886. Grayscale: #727272. Windows color (decimal): -14051463 or 7968553. OLE color: 7968553.

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

Color convert

RGB 41 151 121 -
CMYK 0.73 0 0.20 0.41
HSL 163.64º 0.57% 0.38% -
HSV(B) 163.64º 0.73% 0.59% -
XYZ 15.43 23.99 21.91 -
YUV 114.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 41 151 121 0.73 0 0.20 0.41 163.64 0.57 0.38
Hex 29 97 79 49 0 14 29 A4 39 26
Octal 51 227 171 111 0 24 51 244 71 46
Binary 101001 10010111 1111001 1001001 0 10100 101001 10100100 111001 100110

Color Harmonies of #299779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299779

Black with #299779

Text Example


Text Example

White with #299779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299779; }

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

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

background-color css

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

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

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

border-color css

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

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

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