Html Css Color HEX #28716D Elm

📋 copy color: '#28716D'

red 40 ◦ green 113 ◦ blue 109

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

Shades of Elm #28716D

Tints of Elm #28716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 15.27%
G = 43.13%
B = 41.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#28716D (or 0x28716D) is known color: Elm. HEX triplet: 28, 71 and 6D. RGB value is (40,113,109). Sum of RGB (Red+Green+Blue) = 40+113+109=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #28716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716D is #D78E92. Grayscale: #5A5A5A. Windows color (decimal): -14126739 or 7172392. OLE color: 7172392.

HSL color Cylindrical-coordinate representation of color #28716D: hue angle of 176.71º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28716D is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 113 109 -
CMYK 0.65 0 0.04 0.56
HSL 176.71º 0.48% 0.3% -
HSV(B) 176.71º 0.65% 0.44% -
XYZ 9.54 13.37 16.54 -
YUV 90.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 40 113 109 0.65 0 0.04 0.56 176.71 0.48 0.3
Hex 28 71 6D 41 0 4 38 B1 30 1E
Octal 50 161 155 101 0 4 70 261 60 36
Binary 101000 1110001 1101101 1000001 0 100 111000 10110001 110000 11110

Color Harmonies of #28716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28716D

Black with #28716D

Text Example


Text Example

White with #28716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,113,109); }

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

background-color css

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

 a { background-color: rgb(40,113,109); }

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

border-color css

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

 span { border-color: rgb(40,113,109); }

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