#1F837E

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

Shades of Elm #1F837E

Tints of Elm #1F837E

Color information

#1F837E (or 0x1F837E) is unknown color: approx Elm. HEX triplet: 1F, 83 and 7E. RGB value is (31,131,126). Sum of RGB (Red+Green+Blue) = 31+131+126=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #1F837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F837E is #E07C81. Grayscale: #646464. Windows color (decimal): -14711938 or 8291103. OLE color: 8291103.

HSL color Cylindrical-coordinate representation of color #1F837E: hue angle of 177º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F837E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB31131126-
CMYK0.7600.040.49
HSL177º61.73%31.76%-
HSV(B)177º76.34%51.37%-
XYZ12.4518.0322.56-
YUV100.53142.3778.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.76%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=10.76%
G=45.49%
B=43.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311311260.7600.040.4917761.7331.76
Hex1F837E4C0431b13e20
Octal3720317611404612617640
Binary111111000001111111101001100010011000110110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,126); }

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

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

 a { background-color: rgb(31,131,126); }

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

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

 span { border-color: rgb(31,131,126); }

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