#28867F

Color #28867F Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #28867F

Tints of Elm #28867F

Color information

#28867F (or 0x28867F) is unknown color: approx Elm. HEX triplet: 28, 86 and 7F. RGB value is (40,134,127). Sum of RGB (Red+Green+Blue) = 40+134+127=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #28867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28867F is #D77980. Grayscale: #696969. Windows color (decimal): -14121345 or 8357416. OLE color: 8357416.

HSL color Cylindrical-coordinate representation of color #28867F: hue angle of 175.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28867F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB40134127-
CMYK0.7000.050.47
HSL175.53º54.02%34.12%-
HSV(B)175.53º70.15%52.55%-
XYZ13.2319.0323.06-
YUV105.1140.3681.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 127 (50% from 255) = 42.19%
R=13.29%
G=44.52%
B=42.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341270.7000.050.47175.5354.0234.12
Hex28867F46052Fb03622
Octal5020617710605572606642
Binary1010001000011011111111000110010110111110110000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,134,127); }

 H1.HeaderClassName
 {
   color: #28867F;
 }
 .AnyTagClassName
 {
   color: #28867F;
 }
</style>
background-color css

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

 a { background-color: rgb(40,134,127); }

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

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

 span { border-color: rgb(40,134,127); }

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