#28786F

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

Shades of Elm #28786F

Tints of Elm #28786F

Color information

#28786F (or 0x28786F) is unknown color: approx Elm. HEX triplet: 28, 78 and 6F. RGB value is (40,120,111). Sum of RGB (Red+Green+Blue) = 40+120+111=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #28786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28786F is #D78790. Grayscale: #5F5F5F. Windows color (decimal): -14124945 or 7305256. OLE color: 7305256.

HSL color Cylindrical-coordinate representation of color #28786F: hue angle of 173.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28786F is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB40120111-
CMYK0.6700.080.53
HSL173.25º50%31.37%-
HSV(B)173.25º66.67%47.06%-
XYZ10.4615.0317.39-
YUV95.0513788.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=14.76%
G=44.28%
B=40.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201110.6700.080.53173.255031.37
Hex28786F430835ad321f
Octal50170157103010652556237
Binary101000111100011011111000011010001101011010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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