#1F786E

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

Shades of Elm #1F786E

Tints of Elm #1F786E

Color information

#1F786E (or 0x1F786E) is unknown color: approx Elm. HEX triplet: 1F, 78 and 6E. RGB value is (31,120,110). Sum of RGB (Red+Green+Blue) = 31+120+110=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #1F786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F786E is #E08791. Grayscale: #5C5C5C. Windows color (decimal): -14714770 or 7239711. OLE color: 7239711.

HSL color Cylindrical-coordinate representation of color #1F786E: hue angle of 173.26º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F786E is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB31120110-
CMYK0.7400.080.53
HSL173.26º58.94%29.61%-
HSV(B)173.26º74.17%47.06%-
XYZ10.114.8517.09-
YUV92.25138.0184.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=11.88%
G=45.98%
B=42.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201100.7400.080.53173.2658.9429.61
Hex1F786E4A0835ad3b1e
Octal37170156112010652557336
Binary11111111100011011101001010010001101011010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F786E; }

 p { color: rgb(31,120,110); }

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

<style>
 a { background-color: #1F786E; }

 a { background-color: rgb(31,120,110); }

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

<style>
 span { border-color: #1F786E; }

 span { border-color: rgb(31,120,110); }

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