Html Css Color HEX #28917E Gossamer

📋 copy color: '#28917E'

red 40 ◦ green 145 ◦ blue 126

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

Shades of Gossamer #28917E

Tints of Gossamer #28917E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 12.86%
G = 46.62%
B = 40.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#28917E (or 0x28917E) is known color: Gossamer. HEX triplet: 28, 91 and 7E. RGB value is (40,145,126). Sum of RGB (Red+Green+Blue) = 40+145+126=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #28917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917E is #D76E81. Grayscale: #6F6F6F. Windows color (decimal): -14118530 or 8294696. OLE color: 8294696.

HSL color Cylindrical-coordinate representation of color #28917E: hue angle of 169.14º 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 #28917E is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 126 -
CMYK 0.72 0 0.13 0.43
HSL 169.14º 0.57% 0.36% -
HSV(B) 169.14º 0.72% 0.57% -
XYZ 14.77 22.21 23.25 -
YUV 111.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 40 145 126 0.72 0 0.13 0.43 169.14 0.57 0.36
Hex 28 91 7E 48 0 D 2B A9 39 24
Octal 50 221 176 110 0 15 53 251 71 44
Binary 101000 10010001 1111110 1001000 0 1101 101011 10101001 111001 100100

Color Harmonies of #28917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28917E

Black with #28917E

Text Example


Text Example

White with #28917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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