#28967D

Color #28967D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #28967D

Tints of Gossamer #28967D

Color information

#28967D (or 0x28967D) is unknown color: approx Gossamer. HEX triplet: 28, 96 and 7D. RGB value is (40,150,125). Sum of RGB (Red+Green+Blue) = 40+150+125=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #28967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28967D is #D76982. Grayscale: #727272. Windows color (decimal): -14117251 or 8230440. OLE color: 8230440.

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

Color convert

RGB40150125-
CMYK0.7300.170.41
HSL166.36º57.89%37.25%-
HSV(B)166.36º73.33%58.82%-
XYZ15.4823.7423.17-
YUV114.26134.0675.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=12.70%
G=47.62%
B=39.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401501250.7300.170.41166.3657.8937.25
Hex28967D4901129a63a25
Octal50226175111021512467245
Binary101000100101101111101100100101000110100110100110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28967D; }

 p { color: rgb(40,150,125); }

 H1.HeaderClassName
 {
   color: #28967D;
 }
 .AnyTagClassName
 {
   color: #28967D;
 }
</style>
background-color css

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

 a { background-color: rgb(40,150,125); }

 div.DivClassName
 {
   background-color: #28967D;
 }
 .BgClassName
 {
   background-color: #28967D;
 }
</style>
border-color css

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

 span { border-color: rgb(40,150,125); }

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