Html Css Color HEX #28977F Gossamer

📋 copy color: '#28977F'

red 40 ◦ green 151 ◦ blue 127

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

Shades of Gossamer #28977F

Tints of Gossamer #28977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.48%

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

R = 12.58%
G = 47.48%
B = 39.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#28977F (or 0x28977F) is known color: Gossamer. HEX triplet: 28, 97 and 7F. RGB value is (40,151,127). Sum of RGB (Red+Green+Blue) = 40+151+127=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #28977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28977F is #D76880. Grayscale: #737373. Windows color (decimal): -14116993 or 8361768. OLE color: 8361768.

HSL color Cylindrical-coordinate representation of color #28977F: hue angle of 167.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28977F is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 151 127 -
CMYK 0.74 0 0.16 0.41
HSL 167.03º 0.58% 0.37% -
HSV(B) 167.03º 0.74% 0.59% -
XYZ 15.77 24.12 23.9 -
YUV 115.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 40 151 127 0.74 0 0.16 0.41 167.03 0.58 0.37
Hex 28 97 7F 4A 0 10 29 A7 3A 25
Octal 50 227 177 112 0 20 51 247 72 45
Binary 101000 10010111 1111111 1001010 0 10000 101001 10100111 111010 100101

Color Harmonies of #28977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28977F

Black with #28977F

Text Example


Text Example

White with #28977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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