Html Css Color HEX #28947D Gossamer

📋 copy color: '#28947D'

red 40 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #28947D

Tints of Gossamer #28947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 12.78%
G = 47.28%
B = 39.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#28947D (or 0x28947D) is known color: Gossamer. HEX triplet: 28, 94 and 7D. RGB value is (40,148,125). Sum of RGB (Red+Green+Blue) = 40+148+125=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #28947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947D is #D76B82. Grayscale: #717171. Windows color (decimal): -14117763 or 8229928. OLE color: 8229928.

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

Color convert

RGB 40 148 125 -
CMYK 0.73 0 0.16 0.42
HSL 167.22º 0.57% 0.37% -
HSV(B) 167.22º 0.73% 0.58% -
XYZ 15.17 23.11 23.06 -
YUV 113.09 134.72 75.87 -
System Red Green Blue C M Y K H S L
Decimal 40 148 125 0.73 0 0.16 0.42 167.22 0.57 0.37
Hex 28 94 7D 49 0 10 2A A7 39 25
Octal 50 224 175 111 0 20 52 247 71 45
Binary 101000 10010100 1111101 1001001 0 10000 101010 10100111 111001 100101

Color Harmonies of #28947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28947D

Black with #28947D

Text Example


Text Example

White with #28947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28947D;
 }
 .AnyTagClassName
 {
   color: #28947D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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