Html Css Color HEX #299484 Gossamer

📋 copy color: '#299484'

red 41 ◦ green 148 ◦ blue 132

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

Shades of Gossamer #299484

Tints of Gossamer #299484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 12.77%
G = 46.11%
B = 41.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#299484 (or 0x299484) is known color: Gossamer. HEX triplet: 29, 94 and 84. RGB value is (41,148,132). Sum of RGB (Red+Green+Blue) = 41+148+132=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #299484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299484 is #D66B7B. Grayscale: #727272. Windows color (decimal): -14052220 or 8688681. OLE color: 8688681.

HSL color Cylindrical-coordinate representation of color #299484: hue angle of 171.03º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299484 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 132 -
CMYK 0.72 0 0.11 0.42
HSL 171.03º 0.57% 0.37% -
HSV(B) 171.03º 0.72% 0.58% -
XYZ 15.67 23.32 25.5 -
YUV 114.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 41 148 132 0.72 0 0.11 0.42 171.03 0.57 0.37
Hex 29 94 84 48 0 B 2A AB 39 25
Octal 51 224 204 110 0 13 52 253 71 45
Binary 101001 10010100 10000100 1001000 0 1011 101010 10101011 111001 100101

Color Harmonies of #299484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299484

Black with #299484

Text Example


Text Example

White with #299484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299484; }

 p { color: rgb(41,148,132); }

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

background-color css

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

 a { background-color: rgb(41,148,132); }

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

border-color css

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

 span { border-color: rgb(41,148,132); }

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