#1F706F

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

Shades of Elm #1F706F

Tints of Elm #1F706F

Color information

#1F706F (or 0x1F706F) is unknown color: approx Elm. HEX triplet: 1F, 70 and 6F. RGB value is (31,112,111). Sum of RGB (Red+Green+Blue) = 31+112+111=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706F is #E08F90. Grayscale: #575757. Windows color (decimal): -14716817 or 7303199. OLE color: 7303199.

HSL color Cylindrical-coordinate representation of color #1F706F: hue angle of 179.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F706F is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB31112111-
CMYK0.7200.010.56
HSL179.26º56.64%28.04%-
HSV(B)179.26º72.32%43.92%-
XYZ9.2313.0317.07-
YUV87.67141.1687.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=12.20%
G=44.09%
B=43.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311121110.7200.010.56179.2656.6428.04
Hex1F706F480138b3391c
Octal3716015711001702637134
Binary11111111000011011111001000011110001011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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