Html Css Color HEX #289481 Gossamer

📋 copy color: '#289481'

red 40 ◦ green 148 ◦ blue 129

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

Shades of Gossamer #289481

Tints of Gossamer #289481

RGB

 RED value IS 40 (16.02% from 255) = 12.62%

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 12.62%
G = 46.69%
B = 40.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#289481 (or 0x289481) is known color: Gossamer. HEX triplet: 28, 94 and 81. RGB value is (40,148,129). Sum of RGB (Red+Green+Blue) = 40+148+129=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #289481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289481 is #D76B7E. Grayscale: #717171. Windows color (decimal): -14117759 or 8492072. OLE color: 8492072.

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

Color convert

RGB 40 148 129 -
CMYK 0.73 0 0.13 0.42
HSL 169.44º 0.57% 0.37% -
HSV(B) 169.44º 0.73% 0.58% -
XYZ 15.43 23.22 24.44 -
YUV 113.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 40 148 129 0.73 0 0.13 0.42 169.44 0.57 0.37
Hex 28 94 81 49 0 D 2A A9 39 25
Octal 50 224 201 111 0 15 52 251 71 45
Binary 101000 10010100 10000001 1001001 0 1101 101010 10101001 111001 100101

Color Harmonies of #289481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289481

Black with #289481

Text Example


Text Example

White with #289481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289481; }

 p { color: rgb(40,148,129); }

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

background-color css

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

 a { background-color: rgb(40,148,129); }

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

border-color css

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

 span { border-color: rgb(40,148,129); }

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