Html Css Color HEX #1F706E Elm

📋 copy color: '#1F706E'

red 31 ◦ green 112 ◦ blue 110

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

Shades of Elm #1F706E

Tints of Elm #1F706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 12.25%
G = 44.27%
B = 43.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1F706E (or 0x1F706E) is known color: Elm. HEX triplet: 1F, 70 and 6E. RGB value is (31,112,110). Sum of RGB (Red+Green+Blue) = 31+112+110=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #1F706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F706E is #E08F91. Grayscale: #575757. Windows color (decimal): -14716818 or 7237663. OLE color: 7237663.

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

Color convert

RGB 31 112 110 -
CMYK 0.72 0 0.02 0.56
HSL 178.52º 0.57% 0.28% -
HSV(B) 178.52º 0.72% 0.44% -
XYZ 9.17 13.01 16.78 -
YUV 87.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 31 112 110 0.72 0 0.02 0.56 178.52 0.57 0.28
Hex 1F 70 6E 48 0 2 38 B3 39 1C
Octal 37 160 156 110 0 2 70 263 71 34
Binary 11111 1110000 1101110 1001000 0 10 111000 10110011 111001 11100

Color Harmonies of #1F706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F706E

Black with #1F706E

Text Example


Text Example

White with #1F706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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