Html Css Color HEX #28967C Gossamer

📋 copy color: '#28967C'

red 40 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #28967C

Tints of Gossamer #28967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 12.74%
G = 47.77%
B = 39.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#28967C (or 0x28967C) is known color: Gossamer. HEX triplet: 28, 96 and 7C. RGB value is (40,150,124). Sum of RGB (Red+Green+Blue) = 40+150+124=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #28967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28967C is #D76983. Grayscale: #727272. Windows color (decimal): -14117252 or 8164904. OLE color: 8164904.

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

Color convert

RGB 40 150 124 -
CMYK 0.73 0 0.17 0.41
HSL 165.82º 0.58% 0.37% -
HSV(B) 165.82º 0.73% 0.59% -
XYZ 15.42 23.72 22.83 -
YUV 114.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 40 150 124 0.73 0 0.17 0.41 165.82 0.58 0.37
Hex 28 96 7C 49 0 11 29 A6 3A 25
Octal 50 226 174 111 0 21 51 246 72 45
Binary 101000 10010110 1111100 1001001 0 10001 101001 10100110 111010 100101

Color Harmonies of #28967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28967C

Black with #28967C

Text Example


Text Example

White with #28967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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