Html Css Color HEX #28977D Gossamer

📋 copy color: '#28977D'

red 40 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #28977D

Tints of Gossamer #28977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

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

R = 12.66%
G = 47.78%
B = 39.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#28977D (or 0x28977D) is known color: Gossamer. HEX triplet: 28, 97 and 7D. RGB value is (40,151,125). Sum of RGB (Red+Green+Blue) = 40+151+125=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #28977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28977D is #D76882. Grayscale: #727272. Windows color (decimal): -14116995 or 8230696. OLE color: 8230696.

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

Color convert

RGB 40 151 125 -
CMYK 0.74 0 0.17 0.41
HSL 165.95º 0.58% 0.37% -
HSV(B) 165.95º 0.74% 0.59% -
XYZ 15.64 24.07 23.22 -
YUV 114.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 40 151 125 0.74 0 0.17 0.41 165.95 0.58 0.37
Hex 28 97 7D 4A 0 11 29 A6 3A 25
Octal 50 227 175 112 0 21 51 246 72 45
Binary 101000 10010111 1111101 1001010 0 10001 101001 10100110 111010 100101

Color Harmonies of #28977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28977D

Black with #28977D

Text Example


Text Example

White with #28977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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