Html Css Color HEX #1F716F Elm

📋 copy color: '#1F716F'

red 31 ◦ green 113 ◦ blue 111

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

Shades of Elm #1F716F

Tints of Elm #1F716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 12.16%
G = 44.31%
B = 43.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1F716F (or 0x1F716F) is known color: Elm. HEX triplet: 1F, 71 and 6F. RGB value is (31,113,111). Sum of RGB (Red+Green+Blue) = 31+113+111=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716F is #E08E90. Grayscale: #585858. Windows color (decimal): -14716561 or 7303455. OLE color: 7303455.

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

Color convert

RGB 31 113 111 -
CMYK 0.73 0 0.02 0.56
HSL 178.54º 0.57% 0.28% -
HSV(B) 178.54º 0.73% 0.44% -
XYZ 9.34 13.25 17.1 -
YUV 88.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 31 113 111 0.73 0 0.02 0.56 178.54 0.57 0.28
Hex 1F 71 6F 49 0 2 38 B3 39 1C
Octal 37 161 157 111 0 2 70 263 71 34
Binary 11111 1110001 1101111 1001001 0 10 111000 10110011 111001 11100

Color Harmonies of #1F716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F716F

Black with #1F716F

Text Example


Text Example

White with #1F716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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