Html Css Color HEX #289483 Gossamer

📋 copy color: '#289483'

red 40 ◦ green 148 ◦ blue 131

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

Shades of Gossamer #289483

Tints of Gossamer #289483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 12.54%
G = 46.39%
B = 41.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#289483 (or 0x289483) is known color: Gossamer. HEX triplet: 28, 94 and 83. RGB value is (40,148,131). Sum of RGB (Red+Green+Blue) = 40+148+131=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #289483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289483 is #D76B7C. Grayscale: #717171. Windows color (decimal): -14117757 or 8623144. OLE color: 8623144.

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

Color convert

RGB 40 148 131 -
CMYK 0.73 0 0.11 0.42
HSL 170.56º 0.57% 0.37% -
HSV(B) 170.56º 0.73% 0.58% -
XYZ 15.56 23.27 25.14 -
YUV 113.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 40 148 131 0.73 0 0.11 0.42 170.56 0.57 0.37
Hex 28 94 83 49 0 B 2A AB 39 25
Octal 50 224 203 111 0 13 52 253 71 45
Binary 101000 10010100 10000011 1001001 0 1011 101010 10101011 111001 100101

Color Harmonies of #289483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289483

Black with #289483

Text Example


Text Example

White with #289483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289483; }

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

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

background-color css

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

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

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

border-color css

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

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

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