#1F786F

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

Shades of Elm #1F786F

Tints of Elm #1F786F

Color information

#1F786F (or 0x1F786F) is unknown color: approx Elm. HEX triplet: 1F, 78 and 6F. RGB value is (31,120,111). Sum of RGB (Red+Green+Blue) = 31+120+111=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #1F786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F786F is #E08790. Grayscale: #5C5C5C. Windows color (decimal): -14714769 or 7305247. OLE color: 7305247.

HSL color Cylindrical-coordinate representation of color #1F786F: hue angle of 173.93º 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 #1F786F is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB31120111-
CMYK0.7400.080.53
HSL173.93º58.94%29.61%-
HSV(B)173.93º74.17%47.06%-
XYZ10.1514.8717.37-
YUV92.36138.5184.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=11.83%
G=45.80%
B=42.37%

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
Decimal311201110.7400.080.53173.9358.9429.61
Hex1F786F4A0835ae3b1e
Octal37170157112010652567336
Binary11111111100011011111001010010001101011010111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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