Html Css Color HEX #28947E Gossamer

📋 copy color: '#28947E'

red 40 ◦ green 148 ◦ blue 126

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

Shades of Gossamer #28947E

Tints of Gossamer #28947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 12.74%
G = 47.13%
B = 40.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#28947E (or 0x28947E) is known color: Gossamer. HEX triplet: 28, 94 and 7E. RGB value is (40,148,126). Sum of RGB (Red+Green+Blue) = 40+148+126=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #28947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947E is #D76B81. Grayscale: #717171. Windows color (decimal): -14117762 or 8295464. OLE color: 8295464.

HSL color Cylindrical-coordinate representation of color #28947E: hue angle of 167.78º 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 #28947E is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 126 -
CMYK 0.73 0 0.15 0.42
HSL 167.78º 0.57% 0.37% -
HSV(B) 167.78º 0.73% 0.58% -
XYZ 15.23 23.14 23.4 -
YUV 113.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 40 148 126 0.73 0 0.15 0.42 167.78 0.57 0.37
Hex 28 94 7E 49 0 F 2A A8 39 25
Octal 50 224 176 111 0 17 52 250 71 45
Binary 101000 10010100 1111110 1001001 0 1111 101010 10101000 111001 100101

Color Harmonies of #28947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28947E

Black with #28947E

Text Example


Text Example

White with #28947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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