#1F706D

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

Shades of Elm #1F706D

Tints of Elm #1F706D

Color information

#1F706D (or 0x1F706D) is unknown color: approx Elm. HEX triplet: 1F, 70 and 6D. RGB value is (31,112,109). Sum of RGB (Red+Green+Blue) = 31+112+109=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706D is #E08F92. Grayscale: #575757. Windows color (decimal): -14716819 or 7172127. OLE color: 7172127.

HSL color Cylindrical-coordinate representation of color #1F706D: hue angle of 177.78º 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 #1F706D is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB31112109-
CMYK0.7200.030.56
HSL177.78º56.64%28.04%-
HSV(B)177.78º72.32%43.92%-
XYZ9.1212.9816.49-
YUV87.44140.1687.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=12.30%
G=44.44%
B=43.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311121090.7200.030.56177.7856.6428.04
Hex1F706D480338b2391c
Octal3716015511003702627134
Binary111111110000110110110010000111110001011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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