#1F706C

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

Shades of Elm #1F706C

Tints of Elm #1F706C

Color information

#1F706C (or 0x1F706C) is unknown color: approx Elm. HEX triplet: 1F, 70 and 6C. RGB value is (31,112,108). Sum of RGB (Red+Green+Blue) = 31+112+108=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706C is #E08F93. Grayscale: #575757. Windows color (decimal): -14716820 or 7106591. OLE color: 7106591.

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

Color convert

RGB31112108-
CMYK0.7200.040.56
HSL177.04º56.64%28.04%-
HSV(B)177.04º72.32%43.92%-
XYZ9.0712.9616.21-
YUV87.32139.6687.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=12.35%
G=44.62%
B=43.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311121080.7200.040.56177.0456.6428.04
Hex1F706C480438b1391c
Octal3716015411004702617134
Binary1111111100001101100100100001001110001011000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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