Html Css Color HEX #289384 Gossamer

📋 copy color: '#289384'

red 40 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #289384

Tints of Gossamer #289384

RGB

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

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

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

R = 12.54%
G = 46.08%
B = 41.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#289384 (or 0x289384) is known color: Gossamer. HEX triplet: 28, 93 and 84. RGB value is (40,147,132). Sum of RGB (Red+Green+Blue) = 40+147+132=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #289384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289384 is #D76C7B. Grayscale: #717171. Windows color (decimal): -14118012 or 8688424. OLE color: 8688424.

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

Color convert

RGB 40 147 132 -
CMYK 0.73 0 0.10 0.42
HSL 171.59º 0.57% 0.37% -
HSV(B) 171.59º 0.73% 0.58% -
XYZ 15.47 22.98 25.45 -
YUV 113.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 40 147 132 0.73 0 0.10 0.42 171.59 0.57 0.37
Hex 28 93 84 49 0 A 2A AC 39 25
Octal 50 223 204 111 0 12 52 254 71 45
Binary 101000 10010011 10000100 1001001 0 1010 101010 10101100 111001 100101

Color Harmonies of #289384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289384

Black with #289384

Text Example


Text Example

White with #289384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289384; }

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

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

background-color css

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

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

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

border-color css

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

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

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