Html Css Color HEX #28917F Gossamer

📋 copy color: '#28917F'

red 40 ◦ green 145 ◦ blue 127

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

Shades of Gossamer #28917F

Tints of Gossamer #28917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 12.82%
G = 46.47%
B = 40.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#28917F (or 0x28917F) is known color: Gossamer. HEX triplet: 28, 91 and 7F. RGB value is (40,145,127). Sum of RGB (Red+Green+Blue) = 40+145+127=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #28917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917F is #D76E80. Grayscale: #6F6F6F. Windows color (decimal): -14118529 or 8360232. OLE color: 8360232.

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

Color convert

RGB 40 145 127 -
CMYK 0.72 0 0.12 0.43
HSL 169.71º 0.57% 0.36% -
HSV(B) 169.71º 0.72% 0.57% -
XYZ 14.83 22.23 23.59 -
YUV 111.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 40 145 127 0.72 0 0.12 0.43 169.71 0.57 0.36
Hex 28 91 7F 48 0 C 2B AA 39 24
Octal 50 221 177 110 0 14 53 252 71 44
Binary 101000 10010001 1111111 1001000 0 1100 101011 10101010 111001 100100

Color Harmonies of #28917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28917F

Black with #28917F

Text Example


Text Example

White with #28917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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