Html Css Color HEX #28716F Elm

📋 copy color: '#28716F'

red 40 ◦ green 113 ◦ blue 111

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

Shades of Elm #28716F

Tints of Elm #28716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 15.15%
G = 42.8%
B = 42.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#28716F (or 0x28716F) is known color: Elm. HEX triplet: 28, 71 and 6F. RGB value is (40,113,111). Sum of RGB (Red+Green+Blue) = 40+113+111=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #28716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716F is #D78E90. Grayscale: #5A5A5A. Windows color (decimal): -14126737 or 7303464. OLE color: 7303464.

HSL color Cylindrical-coordinate representation of color #28716F: hue angle of 178.36º 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 #28716F is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 113 111 -
CMYK 0.65 0 0.02 0.56
HSL 178.36º 0.48% 0.3% -
HSV(B) 178.36º 0.65% 0.44% -
XYZ 9.65 13.41 17.12 -
YUV 90.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 40 113 111 0.65 0 0.02 0.56 178.36 0.48 0.3
Hex 28 71 6F 41 0 2 38 B2 30 1E
Octal 50 161 157 101 0 2 70 262 60 36
Binary 101000 1110001 1101111 1000001 0 10 111000 10110010 110000 11110

Color Harmonies of #28716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28716F

Black with #28716F

Text Example


Text Example

White with #28716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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