Html Css Color HEX #289182 Gossamer

📋 copy color: '#289182'

red 40 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #289182

Tints of Gossamer #289182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 12.7%
G = 46.03%
B = 41.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#289182 (or 0x289182) is known color: Gossamer. HEX triplet: 28, 91 and 82. RGB value is (40,145,130). Sum of RGB (Red+Green+Blue) = 40+145+130=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #289182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289182 is #D76E7D. Grayscale: #6F6F6F. Windows color (decimal): -14118526 or 8556840. OLE color: 8556840.

HSL color Cylindrical-coordinate representation of color #289182: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289182 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 130 -
CMYK 0.72 0 0.10 0.43
HSL 171.43º 0.57% 0.36% -
HSV(B) 171.43º 0.72% 0.57% -
XYZ 15.03 22.31 24.63 -
YUV 111.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 40 145 130 0.72 0 0.10 0.43 171.43 0.57 0.36
Hex 28 91 82 48 0 A 2B AB 39 24
Octal 50 221 202 110 0 12 53 253 71 44
Binary 101000 10010001 10000010 1001000 0 1010 101011 10101011 111001 100100

Color Harmonies of #289182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289182

Black with #289182

Text Example


Text Example

White with #289182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289182; }

 p { color: rgb(40,145,130); }

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

background-color css

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

 a { background-color: rgb(40,145,130); }

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

border-color css

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

 span { border-color: rgb(40,145,130); }

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