Html Css Color HEX #28987F Gossamer

📋 copy color: '#28987F'

red 40 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #28987F

Tints of Gossamer #28987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 12.54%
G = 47.65%
B = 39.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#28987F (or 0x28987F) is known color: Gossamer. HEX triplet: 28, 98 and 7F. RGB value is (40,152,127). Sum of RGB (Red+Green+Blue) = 40+152+127=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #28987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28987F is #D76780. Grayscale: #737373. Windows color (decimal): -14116737 or 8362024. OLE color: 8362024.

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

Color convert

RGB 40 152 127 -
CMYK 0.74 0 0.16 0.40
HSL 166.61º 0.58% 0.38% -
HSV(B) 166.61º 0.74% 0.6% -
XYZ 15.93 24.44 23.96 -
YUV 115.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 40 152 127 0.74 0 0.16 0.40 166.61 0.58 0.38
Hex 28 98 7F 4A 0 10 28 A7 3A 26
Octal 50 230 177 112 0 20 50 247 72 46
Binary 101000 10011000 1111111 1001010 0 10000 101000 10100111 111010 100110

Color Harmonies of #28987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28987F

Black with #28987F

Text Example


Text Example

White with #28987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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