Html Css Color HEX #289380 Gossamer

📋 copy color: '#289380'

red 40 ◦ green 147 ◦ blue 128

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

Shades of Gossamer #289380

Tints of Gossamer #289380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 12.7%
G = 46.67%
B = 40.63%

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

#289380 (or 0x289380) is known color: Gossamer. HEX triplet: 28, 93 and 80. RGB value is (40,147,128). Sum of RGB (Red+Green+Blue) = 40+147+128=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #289380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289380 is #D76C7F. Grayscale: #707070. Windows color (decimal): -14118016 or 8426280. OLE color: 8426280.

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

Color convert

RGB 40 147 128 -
CMYK 0.73 0 0.13 0.42
HSL 169.35º 0.57% 0.37% -
HSV(B) 169.35º 0.73% 0.58% -
XYZ 15.21 22.88 24.04 -
YUV 112.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 40 147 128 0.73 0 0.13 0.42 169.35 0.57 0.37
Hex 28 93 80 49 0 D 2A A9 39 25
Octal 50 223 200 111 0 15 52 251 71 45
Binary 101000 10010011 10000000 1001001 0 1101 101010 10101001 111001 100101

Color Harmonies of #289380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289380

Black with #289380

Text Example


Text Example

White with #289380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289380; }

 p { color: rgb(40,147,128); }

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

background-color css

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

 a { background-color: rgb(40,147,128); }

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

border-color css

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

 span { border-color: rgb(40,147,128); }

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