#1F7871

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

Shades of Elm #1F7871

Tints of Elm #1F7871

Color information

#1F7871 (or 0x1F7871) is unknown color: approx Elm. HEX triplet: 1F, 78 and 71. RGB value is (31,120,113). Sum of RGB (Red+Green+Blue) = 31+120+113=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7871 is #E0878E. Grayscale: #5C5C5C. Windows color (decimal): -14714767 or 7436319. OLE color: 7436319.

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

Color convert

RGB31120113-
CMYK0.7400.060.53
HSL175.28º58.94%29.61%-
HSV(B)175.28º74.17%47.06%-
XYZ10.2614.9217.96-
YUV92.59139.5184.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=11.74%
G=45.45%
B=42.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201130.7400.060.53175.2858.9429.61
Hex1F78714A0635af3b1e
Octal3717016111206652577336
Binary1111111110001110001100101001101101011010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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