Html Css Color HEX #28726D Elm

📋 copy color: '#28726D'

red 40 ◦ green 114 ◦ blue 109

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

Shades of Elm #28726D

Tints of Elm #28726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 15.21%
G = 43.35%
B = 41.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#28726D (or 0x28726D) is known color: Elm. HEX triplet: 28, 72 and 6D. RGB value is (40,114,109). Sum of RGB (Red+Green+Blue) = 40+114+109=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #28726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28726D is #D78D92. Grayscale: #5B5B5B. Windows color (decimal): -14126483 or 7172648. OLE color: 7172648.

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

Color convert

RGB 40 114 109 -
CMYK 0.65 0 0.04 0.55
HSL 175.95º 0.48% 0.3% -
HSV(B) 175.95º 0.65% 0.45% -
XYZ 9.65 13.59 16.58 -
YUV 91.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 40 114 109 0.65 0 0.04 0.55 175.95 0.48 0.3
Hex 28 72 6D 41 0 4 37 B0 30 1E
Octal 50 162 155 101 0 4 67 260 60 36
Binary 101000 1110010 1101101 1000001 0 100 110111 10110000 110000 11110

Color Harmonies of #28726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28726D

Black with #28726D

Text Example


Text Example

White with #28726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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