Html Css Color HEX #28947C Gossamer

📋 copy color: '#28947C'

red 40 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #28947C

Tints of Gossamer #28947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 12.82%
G = 47.44%
B = 39.74%

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

#28947C (or 0x28947C) is known color: Gossamer. HEX triplet: 28, 94 and 7C. RGB value is (40,148,124). Sum of RGB (Red+Green+Blue) = 40+148+124=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #28947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947C is #D76B83. Grayscale: #707070. Windows color (decimal): -14117764 or 8164392. OLE color: 8164392.

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

Color convert

RGB 40 148 124 -
CMYK 0.73 0 0.16 0.42
HSL 166.67º 0.57% 0.37% -
HSV(B) 166.67º 0.73% 0.58% -
XYZ 15.1 23.09 22.73 -
YUV 112.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 40 148 124 0.73 0 0.16 0.42 166.67 0.57 0.37
Hex 28 94 7C 49 0 10 2A A7 39 25
Octal 50 224 174 111 0 20 52 247 71 45
Binary 101000 10010100 1111100 1001001 0 10000 101010 10100111 111001 100101

Color Harmonies of #28947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28947C

Black with #28947C

Text Example


Text Example

White with #28947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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