Html Css Color HEX #1F7170 Elm

📋 copy color: '#1F7170'

red 31 ◦ green 113 ◦ blue 112

#1F7170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1F7170

Tints of Elm #1F7170

RGB

 RED value IS 31 (12.5% from 255) = 12.11%

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 12.11%
G = 44.14%
B = 43.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#1F7170 (or 0x1F7170) is known color: Elm. HEX triplet: 1F, 71 and 70. RGB value is (31,113,112). Sum of RGB (Red+Green+Blue) = 31+113+112=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7170 is #E08E8F. Grayscale: #585858. Windows color (decimal): -14716560 or 7368991. OLE color: 7368991.

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

Color convert

RGB 31 113 112 -
CMYK 0.73 0 0.01 0.56
HSL 179.27º 0.57% 0.28% -
HSV(B) 179.27º 0.73% 0.44% -
XYZ 9.39 13.27 17.4 -
YUV 88.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 31 113 112 0.73 0 0.01 0.56 179.27 0.57 0.28
Hex 1F 71 70 49 0 1 38 B3 39 1C
Octal 37 161 160 111 0 1 70 263 71 34
Binary 11111 1110001 1110000 1001001 0 1 111000 10110011 111001 11100

Color Harmonies of #1F7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7170

Black with #1F7170

Text Example


Text Example

White with #1F7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7170;
 }
 .AnyTagClassName
 {
   color: #1F7170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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