Html Css Color HEX #28917D Gossamer

📋 copy color: '#28917D'

red 40 ◦ green 145 ◦ blue 125

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

Shades of Gossamer #28917D

Tints of Gossamer #28917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 12.9%
G = 46.77%
B = 40.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#28917D (or 0x28917D) is known color: Gossamer. HEX triplet: 28, 91 and 7D. RGB value is (40,145,125). Sum of RGB (Red+Green+Blue) = 40+145+125=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #28917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917D is #D76E82. Grayscale: #6F6F6F. Windows color (decimal): -14118531 or 8229160. OLE color: 8229160.

HSL color Cylindrical-coordinate representation of color #28917D: hue angle of 168.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28917D is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 125 -
CMYK 0.72 0 0.14 0.43
HSL 168.57º 0.57% 0.36% -
HSV(B) 168.57º 0.72% 0.57% -
XYZ 14.7 22.18 22.91 -
YUV 111.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 40 145 125 0.72 0 0.14 0.43 168.57 0.57 0.36
Hex 28 91 7D 48 0 E 2B A9 39 24
Octal 50 221 175 110 0 16 53 251 71 44
Binary 101000 10010001 1111101 1001000 0 1110 101011 10101001 111001 100100

Color Harmonies of #28917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28917D

Black with #28917D

Text Example


Text Example

White with #28917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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